Html Css Color HEX #AAA859 Olive Green

📋 copy color: '#AAA859'

red 170 ◦ green 168 ◦ blue 89

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

Shades of Olive Green #AAA859

Tints of Olive Green #AAA859

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

 BLUE value IS 89 (35.16% from 255) = 20.84%

R = 39.81%
G = 39.34%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AAA859 (or 0xAAA859) is known color: Olive Green. HEX triplet: AA, A8 and 59. RGB value is (170,168,89). Sum of RGB (Red+Green+Blue) = 170+168+89=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA859 is #5557A6. Grayscale: #9F9F9F. Windows color (decimal): -5592999 or 5875882. OLE color: 5875882.

HSL color Cylindrical-coordinate representation of color #AAA859: hue angle of 58.52º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA859 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 89 -
CMYK 0 0.01 0.48 0.33
HSL 58.52º 0.32% 0.51% -
HSV(B) 58.52º 0.48% 0.67% -
XYZ 32.38 37.27 14.94 -
YUV 159.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 170 168 89 0 0.01 0.48 0.33 58.52 0.32 0.51
Hex AA A8 59 0 1 30 21 3B 20 33
Octal 252 250 131 0 1 60 41 73 40 63
Binary 10101010 10101000 1011001 0 1 110000 100001 111011 100000 110011

Color Harmonies of #AAA859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA859

Black with #AAA859

Text Example


Text Example

White with #AAA859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA859; }

 p { color: rgb(170,168,89); }

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

background-color css

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

 a { background-color: rgb(170,168,89); }

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

border-color css

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

 span { border-color: rgb(170,168,89); }

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