Color Hex Logo

#aba545 Color Hex

#ABA545
(171,165,69)
0 Favorites   0 Comments

Color spaces of #aba545

RGB 17116569
HSL0.160.430.47
HSV56°60°67°
CMYK 0.000.040.60   0.33
XYZ31.323935.997910.9276
Yxy35.99790.40030.4600
Hunter Lab59.9982-11.805631.2002
CIE-Lab66.5183-10.314149.3296

#aba545 color RGB value is (171,165,69).

#aba545 hex color red value is 171, green value is 165 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #aba545 hue: 0.16 , saturation: 0.43 and the lightness value of aba545 is 0.47.

The process color (four color CMYK) of #aba545 color hex is 0.00, 0.04, 0.60, 0.33. Web safe color of #aba545 is #999933. Color #aba545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01000101
Octal 253 245 105
Decimal 171 165 69
Hex AB A5 45

RGB Percentages of Color #aba545

%42.22
%40.74
%17.04

CMYK Percentages of Color #aba545

%0
%4
%60
%33

Triadic Colors of #aba545

#aba545 #45aba5 #a545ab

Analogous Colors of #aba545

#aba545 #7eab45 #ab7245

Monochromatic Colors of #aba545

#aba545

Complementary Color

#aba545 #454bab

#aba545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba545 Color CSS Codes

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

#aba545 Text Font Color

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

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


#aba545 Background Color

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

This div background color is #aba545


#aba545 Border Color

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

This div border color is #aba545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba545


Comments

No comments written yet.

Please login to write comment.