Html Css Color HEX #AAA862 Olive Green

📋 copy color: '#AAA862'

red 170 ◦ green 168 ◦ blue 98

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

Shades of Olive Green #AAA862

Tints of Olive Green #AAA862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.48%

R = 38.99%
G = 38.53%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAA862 (or 0xAAA862) is known color: Olive Green. HEX triplet: AA, A8 and 62. RGB value is (170,168,98). Sum of RGB (Red+Green+Blue) = 170+168+98=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA862 is #55579D. Grayscale: #A0A0A0. Windows color (decimal): -5592990 or 6465706. OLE color: 6465706.

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

Color convert

RGB 170 168 98 -
CMYK 0 0.01 0.42 0.33
HSL 58.33º 0.3% 0.53% -
HSV(B) 58.33º 0.42% 0.67% -
XYZ 32.78 37.43 17.05 -
YUV 160.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 170 168 98 0 0.01 0.42 0.33 58.33 0.3 0.53
Hex AA A8 62 0 1 2A 21 3A 1E 35
Octal 252 250 142 0 1 52 41 72 36 65
Binary 10101010 10101000 1100010 0 1 101010 100001 111010 11110 110101

Color Harmonies of #AAA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA862

Black with #AAA862

Text Example


Text Example

White with #AAA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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