Color Hex Logo

#a5aa54 Color Hex

#A5AA54
(165,170,84)
0 Favorites   0 Comments

Color spaces of #a5aa54

RGB 16517084
HSL0.180.340.50
HSV63°51°67°
CMYK 0.030.000.51   0.33
XYZ31.492037.388913.9445
Yxy37.38890.38020.4514
Hunter Lab61.1465-15.074229.2814
CIE-Lab67.5678-14.221043.2707

#a5aa54 color RGB value is (165,170,84).

#a5aa54 hex color red value is 165, green value is 170 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #a5aa54 hue: 0.18 , saturation: 0.34 and the lightness value of a5aa54 is 0.50.

The process color (four color CMYK) of #a5aa54 color hex is 0.03, 0.00, 0.51, 0.33. Web safe color of #a5aa54 is #999966. Color #a5aa54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101010 01010100
Octal 245 252 124
Decimal 165 170 84
Hex A5 AA 54

RGB Percentages of Color #a5aa54

%39.38
%40.57
%20.05

CMYK Percentages of Color #a5aa54

%3
%0
%51
%33

Triadic Colors of #a5aa54

#a5aa54 #54a5aa #aa54a5

Analogous Colors of #a5aa54

#a5aa54 #7aaa54 #aa8454

Monochromatic Colors of #a5aa54

#a5aa54

Complementary Color

#a5aa54 #5954aa

#a5aa54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aa54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aa54 Color CSS Codes

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

#a5aa54 Text Font Color

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

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


#a5aa54 Background Color

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

This div background color is #a5aa54


#a5aa54 Border Color

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

This div border color is #a5aa54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aa54


Comments

No comments written yet.

Please login to write comment.