Color Hex Logo

#aba565 Color Hex

#ABA565
(171,165,101)
0 Favorites   0 Comments

Color spaces of #aba565

RGB 171165101
HSL0.150.290.53
HSV55°41°67°
CMYK 0.000.040.41   0.33
XYZ32.598736.507817.6405
Yxy36.50780.37580.4209
Hunter Lab60.4217-9.433724.9851
CIE-Lab66.9061-7.362633.9113

#aba565 color RGB value is (171,165,101).

#aba565 hex color red value is 171, green value is 165 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #aba565 hue: 0.15 , saturation: 0.29 and the lightness value of aba565 is 0.53.

The process color (four color CMYK) of #aba565 color hex is 0.00, 0.04, 0.41, 0.33. Web safe color of #aba565 is #999966. Color #aba565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01100101
Octal 253 245 145
Decimal 171 165 101
Hex AB A5 65

RGB Percentages of Color #aba565

%39.13
%37.76
%23.11

CMYK Percentages of Color #aba565

%0
%4
%41
%33

Triadic Colors of #aba565

#aba565 #65aba5 #a565ab

Analogous Colors of #aba565

#aba565 #8eab65 #ab8265

Monochromatic Colors of #aba565

#aba565

Complementary Color

#aba565 #656bab

#aba565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba565 Color CSS Codes

.mybgcolor {background-color:#aba565; } 
.myforecolor {color:#aba565; }
.mybordercolor {border:3px solid #aba565; }

#aba565 Text Font Color

<p style="color:#aba565">Text here</p>

This sample text font color is #aba565
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aba565 Background Color

<div style="background-color:#aba565">
Div content here</div>

This div background color is #aba565


#aba565 Border Color

<div style="border:3px solid #aba565">
Div here</div>

This div border color is #aba565


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,165,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aba565; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aba565;
  -webkit-box-shadow: 1px 1px 3px 2px #aba565;
  box-shadow:         1px 1px 3px 2px #aba565; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,165,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aba565">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aba565;
  -webkit-box-shadow: 1px 1px 3px 2px #aba565;
  box-shadow:         1px 1px 3px 2px #aba565;">
Div content here</div>

This div box has shadow with color #aba565


Comments

No comments written yet.

Please login to write comment.