Html Css Color HEX #AAA752 Olive Green

📋 copy color: '#AAA752'

red 170 ◦ green 167 ◦ blue 82

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

Shades of Olive Green #AAA752

Tints of Olive Green #AAA752

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.86%

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

R = 40.57%
G = 39.86%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AAA752 (or 0xAAA752) is known color: Olive Green. HEX triplet: AA, A7 and 52. RGB value is (170,167,82). Sum of RGB (Red+Green+Blue) = 170+167+82=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA752 is #5558AD. Grayscale: #9E9E9E. Windows color (decimal): -5593262 or 5416874. OLE color: 5416874.

HSL color Cylindrical-coordinate representation of color #AAA752: hue angle of 57.95º 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 #AAA752 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 82 -
CMYK 0 0.02 0.52 0.33
HSL 57.95º 0.35% 0.49% -
HSV(B) 57.95º 0.52% 0.67% -
XYZ 31.92 36.79 13.4 -
YUV 158.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 170 167 82 0 0.02 0.52 0.33 57.95 0.35 0.49
Hex AA A7 52 0 2 34 21 3A 23 31
Octal 252 247 122 0 2 64 41 72 43 61
Binary 10101010 10100111 1010010 0 10 110100 100001 111010 100011 110001

Color Harmonies of #AAA752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA752

Black with #AAA752

Text Example


Text Example

White with #AAA752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA752; }

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

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

background-color css

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

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

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

border-color css

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

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

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