Html Css Color HEX #AAA85A Olive Green

📋 copy color: '#AAA85A'

red 170 ◦ green 168 ◦ blue 90

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

Shades of Olive Green #AAA85A

Tints of Olive Green #AAA85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 39.72%
G = 39.25%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AAA85A (or 0xAAA85A) is known color: Olive Green. HEX triplet: AA, A8 and 5A. RGB value is (170,168,90). Sum of RGB (Red+Green+Blue) = 170+168+90=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA85A is #5557A5. Grayscale: #A0A0A0. Windows color (decimal): -5592998 or 5941418. OLE color: 5941418.

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

Color convert

RGB 170 168 90 -
CMYK 0 0.01 0.47 0.33
HSL 58.5º 0.32% 0.51% -
HSV(B) 58.5º 0.47% 0.67% -
XYZ 32.43 37.29 15.16 -
YUV 159.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 170 168 90 0 0.01 0.47 0.33 58.5 0.32 0.51
Hex AA A8 5A 0 1 2F 21 3A 20 33
Octal 252 250 132 0 1 57 41 72 40 63
Binary 10101010 10101000 1011010 0 1 101111 100001 111010 100000 110011

Color Harmonies of #AAA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA85A

Black with #AAA85A

Text Example


Text Example

White with #AAA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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