Html Css Color HEX #AAA458 Olive Green

📋 copy color: '#AAA458'

red 170 ◦ green 164 ◦ blue 88

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

Shades of Olive Green #AAA458

Tints of Olive Green #AAA458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 88 (34.77% from 255) = 20.85%

R = 40.28%
G = 38.86%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AAA458 (or 0xAAA458) is known color: Olive Green. HEX triplet: AA, A4 and 58. RGB value is (170,164,88). Sum of RGB (Red+Green+Blue) = 170+164+88=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA458 is #555BA7. Grayscale: #9D9D9D. Windows color (decimal): -5594024 or 5809322. OLE color: 5809322.

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

Color convert

RGB 170 164 88 -
CMYK 0 0.04 0.48 0.33
HSL 55.61º 0.33% 0.51% -
HSV(B) 55.61º 0.48% 0.67% -
XYZ 31.61 35.8 14.48 -
YUV 157.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 170 164 88 0 0.04 0.48 0.33 55.61 0.33 0.51
Hex AA A4 58 0 4 30 21 38 21 33
Octal 252 244 130 0 4 60 41 70 41 63
Binary 10101010 10100100 1011000 0 100 110000 100001 111000 100001 110011

Color Harmonies of #AAA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA458

Black with #AAA458

Text Example


Text Example

White with #AAA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA458; }

 p { color: rgb(170,164,88); }

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

background-color css

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

 a { background-color: rgb(170,164,88); }

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

border-color css

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

 span { border-color: rgb(170,164,88); }

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