Color Hex Logo

#aba562 Color Hex

#ABA562
(171,165,98)
0 Favorites   0 Comments

Color spaces of #aba562

RGB 17116598
HSL0.150.300.53
HSV55°43°67°
CMYK 0.000.040.43   0.33
XYZ32.454336.450016.8803
Yxy36.45000.37830.4249
Hunter Lab60.3738-9.700525.6844
CIE-Lab66.8623-7.691435.4251

#aba562 color RGB value is (171,165,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01100010
Octal 253 245 142
Decimal 171 165 98
Hex AB A5 62

RGB Percentages of Color #aba562

%39.40
%38.02
%22.58

CMYK Percentages of Color #aba562

%0
%4
%43
%33

Triadic Colors of #aba562

#aba562 #62aba5 #a562ab

Analogous Colors of #aba562

#aba562 #8dab62 #ab8162

Monochromatic Colors of #aba562

#aba562

Complementary Color

#aba562 #6268ab

#aba562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba562 Color CSS Codes

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

#aba562 Text Font Color

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

This sample text font color is #aba562
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.


#aba562 Background Color

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

This div background color is #aba562


#aba562 Border Color

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

This div border color is #aba562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba562

#aba562 Color Palettes


Comments

No comments written yet.

Please login to write comment.