Html Css Color HEX #AAA558 Olive Green

📋 copy color: '#AAA558'

red 170 ◦ green 165 ◦ blue 88

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

Shades of Olive Green #AAA558

Tints of Olive Green #AAA558

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

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

R = 40.19%
G = 39.01%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AAA558 (or 0xAAA558) is known color: Olive Green. HEX triplet: AA, A5 and 58. RGB value is (170,165,88). Sum of RGB (Red+Green+Blue) = 170+165+88=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA558 is #555AA7. Grayscale: #9E9E9E. Windows color (decimal): -5593768 or 5809578. OLE color: 5809578.

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

Color convert

RGB 170 165 88 -
CMYK 0 0.03 0.48 0.33
HSL 56.34º 0.33% 0.51% -
HSV(B) 56.34º 0.48% 0.67% -
XYZ 31.79 36.16 14.54 -
YUV 157.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 170 165 88 0 0.03 0.48 0.33 56.34 0.33 0.51
Hex AA A5 58 0 3 30 21 38 21 33
Octal 252 245 130 0 3 60 41 70 41 63
Binary 10101010 10100101 1011000 0 11 110000 100001 111000 100001 110011

Color Harmonies of #AAA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA558

Black with #AAA558

Text Example


Text Example

White with #AAA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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