Html Css Color HEX #AAA864 Olive Green

📋 copy color: '#AAA864'

red 170 ◦ green 168 ◦ blue 100

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

Shades of Olive Green #AAA864

Tints of Olive Green #AAA864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.83%

R = 38.81%
G = 38.36%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AAA864 (or 0xAAA864) is known color: Olive Green. HEX triplet: AA, A8 and 64. RGB value is (170,168,100). Sum of RGB (Red+Green+Blue) = 170+168+100=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA864 is #55579B. Grayscale: #A1A1A1. Windows color (decimal): -5592988 or 6596778. OLE color: 6596778.

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

Color convert

RGB 170 168 100 -
CMYK 0 0.01 0.41 0.33
HSL 58.29º 0.29% 0.53% -
HSV(B) 58.29º 0.41% 0.67% -
XYZ 32.88 37.47 17.56 -
YUV 160.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 170 168 100 0 0.01 0.41 0.33 58.29 0.29 0.53
Hex AA A8 64 0 1 29 21 3A 1D 35
Octal 252 250 144 0 1 51 41 72 35 65
Binary 10101010 10101000 1100100 0 1 101001 100001 111010 11101 110101

Color Harmonies of #AAA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA864

Black with #AAA864

Text Example


Text Example

White with #AAA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA864; }

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

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

background-color css

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

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

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

border-color css

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

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

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