Html Css Color HEX #AAA358 Olive Green

📋 copy color: '#AAA358'

red 170 ◦ green 163 ◦ blue 88

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

Shades of Olive Green #AAA358

Tints of Olive Green #AAA358

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

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

R = 40.38%
G = 38.72%
B = 20.9%

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

#AAA358 (or 0xAAA358) is known color: Olive Green. HEX triplet: AA, A3 and 58. RGB value is (170,163,88). Sum of RGB (Red+Green+Blue) = 170+163+88=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA358 is #555CA7. Grayscale: #9C9C9C. Windows color (decimal): -5594280 or 5809066. OLE color: 5809066.

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

Color convert

RGB 170 163 88 -
CMYK 0 0.04 0.48 0.33
HSL 54.88º 0.33% 0.51% -
HSV(B) 54.88º 0.48% 0.67% -
XYZ 31.44 35.45 14.42 -
YUV 156.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 170 163 88 0 0.04 0.48 0.33 54.88 0.33 0.51
Hex AA A3 58 0 4 30 21 37 21 33
Octal 252 243 130 0 4 60 41 67 41 63
Binary 10101010 10100011 1011000 0 100 110000 100001 110111 100001 110011

Color Harmonies of #AAA358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA358

Black with #AAA358

Text Example


Text Example

White with #AAA358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA358; }

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

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

background-color css

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

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

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

border-color css

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

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

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