Html Css Color HEX #AAAD57 Olive Green

📋 copy color: '#AAAD57'

red 170 ◦ green 173 ◦ blue 87

#AAAD57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AAAD57

Tints of Olive Green #AAAD57

RGB

 RED value IS 170 (66.8% from 255) = 39.53%

 GREEN value IS 173 (67.97% from 255) = 40.23%

 BLUE value IS 87 (34.38% from 255) = 20.23%

R = 39.53%
G = 40.23%
B = 20.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AAAD57 (or 0xAAAD57) is known color: Olive Green. HEX triplet: AA, AD and 57. RGB value is (170,173,87). Sum of RGB (Red+Green+Blue) = 170+173+87=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD57 is #5552A8. Grayscale: #A2A2A2. Windows color (decimal): -5591721 or 5746090. OLE color: 5746090.

HSL color Cylindrical-coordinate representation of color #AAAD57: hue angle of 62.09º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAAD57 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 87 -
CMYK 0.02 0 0.50 0.32
HSL 62.09º 0.34% 0.51% -
HSV(B) 62.09º 0.5% 0.68% -
XYZ 33.24 39.12 14.82 -
YUV 162.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 170 173 87 0.02 0 0.50 0.32 62.09 0.34 0.51
Hex AA AD 57 2 0 32 20 3E 22 33
Octal 252 255 127 2 0 62 40 76 42 63
Binary 10101010 10101101 1010111 10 0 110010 100000 111110 100010 110011

Color Harmonies of #AAAD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD57

Black with #AAAD57

Text Example


Text Example

White with #AAAD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD57; }

 p { color: rgb(170,173,87); }

 H1.HeaderClassName
 {
   color: #AAAD57;
 }
 .AnyTagClassName
 {
   color: #AAAD57;
 }
</style>

background-color css

<style>
 a { background-color: #AAAD57; }

 a { background-color: rgb(170,173,87); }

 div.DivClassName
 {
   background-color: #AAAD57;
 }
 .BgClassName
 {
   background-color: #AAAD57;
 }
</style>

border-color css

<style>
 span { border-color: #AAAD57; }

 span { border-color: rgb(170,173,87); }

 td.TdClassName
 {
   border-color: #AAAD57;
 }
 .TagClassName
 {
   border-color: #AAAD57;
 }
</style>