Html Css Color HEX #AAA957 Olive Green

📋 copy color: '#AAA957'

red 170 ◦ green 169 ◦ blue 87

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

Shades of Olive Green #AAA957

Tints of Olive Green #AAA957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

 BLUE value IS 87 (34.38% from 255) = 20.42%

R = 39.91%
G = 39.67%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AAA957 (or 0xAAA957) is known color: Olive Green. HEX triplet: AA, A9 and 57. RGB value is (170,169,87). Sum of RGB (Red+Green+Blue) = 170+169+87=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA957 is #5556A8. Grayscale: #A0A0A0. Windows color (decimal): -5592745 or 5745066. OLE color: 5745066.

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

Color convert

RGB 170 169 87 -
CMYK 0 0.01 0.49 0.33
HSL 59.28º 0.33% 0.5% -
HSV(B) 59.28º 0.49% 0.67% -
XYZ 32.49 37.61 14.56 -
YUV 159.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 170 169 87 0 0.01 0.49 0.33 59.28 0.33 0.5
Hex AA A9 57 0 1 31 21 3B 21 32
Octal 252 251 127 0 1 61 41 73 41 62
Binary 10101010 10101001 1010111 0 1 110001 100001 111011 100001 110010

Color Harmonies of #AAA957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA957

Black with #AAA957

Text Example


Text Example

White with #AAA957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA957; }

 p { color: rgb(170,169,87); }

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

background-color css

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

 a { background-color: rgb(170,169,87); }

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

border-color css

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

 span { border-color: rgb(170,169,87); }

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