Html Css Color HEX #AAA658 Olive Green

📋 copy color: '#AAA658'

red 170 ◦ green 166 ◦ blue 88

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

Shades of Olive Green #AAA658

Tints of Olive Green #AAA658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

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

R = 40.09%
G = 39.15%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AAA658 (or 0xAAA658) is known color: Olive Green. HEX triplet: AA, A6 and 58. RGB value is (170,166,88). Sum of RGB (Red+Green+Blue) = 170+166+88=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA658 is #5559A7. Grayscale: #9E9E9E. Windows color (decimal): -5593512 or 5809834. OLE color: 5809834.

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

Color convert

RGB 170 166 88 -
CMYK 0 0.02 0.48 0.33
HSL 57.07º 0.33% 0.51% -
HSV(B) 57.07º 0.48% 0.67% -
XYZ 31.98 36.52 14.6 -
YUV 158.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 170 166 88 0 0.02 0.48 0.33 57.07 0.33 0.51
Hex AA A6 58 0 2 30 21 39 21 33
Octal 252 246 130 0 2 60 41 71 41 63
Binary 10101010 10100110 1011000 0 10 110000 100001 111001 100001 110011

Color Harmonies of #AAA658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA658

Black with #AAA658

Text Example


Text Example

White with #AAA658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA658; }

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

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

background-color css

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

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

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

border-color css

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

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

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