Html Css Color HEX #AAA65F Olive Green

📋 copy color: '#AAA65F'

red 170 ◦ green 166 ◦ blue 95

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

Shades of Olive Green #AAA65F

Tints of Olive Green #AAA65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 39.44%
G = 38.52%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AAA65F (or 0xAAA65F) is known color: Olive Green. HEX triplet: AA, A6 and 5F. RGB value is (170,166,95). Sum of RGB (Red+Green+Blue) = 170+166+95=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA65F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA65F is #5559A0. Grayscale: #9F9F9F. Windows color (decimal): -5593505 or 6268586. OLE color: 6268586.

HSL color Cylindrical-coordinate representation of color #AAA65F: hue angle of 56.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAA65F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 95 -
CMYK 0 0.02 0.44 0.33
HSL 56.8º 0.31% 0.52% -
HSV(B) 56.8º 0.44% 0.67% -
XYZ 32.28 36.64 16.2 -
YUV 159.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 170 166 95 0 0.02 0.44 0.33 56.8 0.31 0.52
Hex AA A6 5F 0 2 2C 21 39 1F 34
Octal 252 246 137 0 2 54 41 71 37 64
Binary 10101010 10100110 1011111 0 10 101100 100001 111001 11111 110100

Color Harmonies of #AAA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA65F

Black with #AAA65F

Text Example


Text Example

White with #AAA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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