Html Css Color HEX #AAA855 Olive Green

📋 copy color: '#AAA855'

red 170 ◦ green 168 ◦ blue 85

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

Shades of Olive Green #AAA855

Tints of Olive Green #AAA855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.09%

R = 40.19%
G = 39.72%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AAA855 (or 0xAAA855) is known color: Olive Green. HEX triplet: AA, A8 and 55. RGB value is (170,168,85). Sum of RGB (Red+Green+Blue) = 170+168+85=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA855 is #5557AA. Grayscale: #9F9F9F. Windows color (decimal): -5593003 or 5613738. OLE color: 5613738.

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

Color convert

RGB 170 168 85 -
CMYK 0 0.01 0.50 0.33
HSL 58.59º 0.33% 0.5% -
HSV(B) 58.59º 0.5% 0.67% -
XYZ 32.22 37.21 14.08 -
YUV 159.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 170 168 85 0 0.01 0.50 0.33 58.59 0.33 0.5
Hex AA A8 55 0 1 32 21 3B 21 32
Octal 252 250 125 0 1 62 41 73 41 62
Binary 10101010 10101000 1010101 0 1 110010 100001 111011 100001 110010

Color Harmonies of #AAA855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA855

Black with #AAA855

Text Example


Text Example

White with #AAA855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA855; }

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

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

background-color css

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

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

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

border-color css

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

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

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