Html Css Color HEX #AAA853 Olive Green

📋 copy color: '#AAA853'

red 170 ◦ green 168 ◦ blue 83

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

Shades of Olive Green #AAA853

Tints of Olive Green #AAA853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.71%

R = 40.38%
G = 39.9%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AAA853 (or 0xAAA853) is known color: Olive Green. HEX triplet: AA, A8 and 53. RGB value is (170,168,83). Sum of RGB (Red+Green+Blue) = 170+168+83=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA853 is #5557AC. Grayscale: #9F9F9F. Windows color (decimal): -5593005 or 5482666. OLE color: 5482666.

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

Color convert

RGB 170 168 83 -
CMYK 0 0.01 0.51 0.33
HSL 58.62º 0.34% 0.5% -
HSV(B) 58.62º 0.51% 0.67% -
XYZ 32.14 37.18 13.67 -
YUV 158.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 170 168 83 0 0.01 0.51 0.33 58.62 0.34 0.5
Hex AA A8 53 0 1 33 21 3B 22 32
Octal 252 250 123 0 1 63 41 73 42 62
Binary 10101010 10101000 1010011 0 1 110011 100001 111011 100010 110010

Color Harmonies of #AAA853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA853

Black with #AAA853

Text Example


Text Example

White with #AAA853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA853; }

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

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

background-color css

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

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

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

border-color css

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

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

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