Html Css Color HEX #AAA852 Olive Green

📋 copy color: '#AAA852'

red 170 ◦ green 168 ◦ blue 82

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

Shades of Olive Green #AAA852

Tints of Olive Green #AAA852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.52%

R = 40.48%
G = 40%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AAA852 (or 0xAAA852) is known color: Olive Green. HEX triplet: AA, A8 and 52. RGB value is (170,168,82). Sum of RGB (Red+Green+Blue) = 170+168+82=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA852 is #5557AD. Grayscale: #9F9F9F. Windows color (decimal): -5593006 or 5417130. OLE color: 5417130.

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

Color convert

RGB 170 168 82 -
CMYK 0 0.01 0.52 0.33
HSL 58.64º 0.35% 0.49% -
HSV(B) 58.64º 0.52% 0.67% -
XYZ 32.1 37.16 13.46 -
YUV 158.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 170 168 82 0 0.01 0.52 0.33 58.64 0.35 0.49
Hex AA A8 52 0 1 34 21 3B 23 31
Octal 252 250 122 0 1 64 41 73 43 61
Binary 10101010 10101000 1010010 0 1 110100 100001 111011 100011 110001

Color Harmonies of #AAA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA852

Black with #AAA852

Text Example


Text Example

White with #AAA852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA852; }

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

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

background-color css

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

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

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

border-color css

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

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

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