Html Css Color HEX #AAA65D Olive Green

📋 copy color: '#AAA65D'

red 170 ◦ green 166 ◦ blue 93

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

Shades of Olive Green #AAA65D

Tints of Olive Green #AAA65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 39.63%
G = 38.69%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AAA65D (or 0xAAA65D) is known color: Olive Green. HEX triplet: AA, A6 and 5D. RGB value is (170,166,93). Sum of RGB (Red+Green+Blue) = 170+166+93=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA65D is #5559A2. Grayscale: #9F9F9F. Windows color (decimal): -5593507 or 6137514. OLE color: 6137514.

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

Color convert

RGB 170 166 93 -
CMYK 0 0.02 0.45 0.33
HSL 56.88º 0.31% 0.52% -
HSV(B) 56.88º 0.45% 0.67% -
XYZ 32.19 36.61 15.73 -
YUV 158.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 170 166 93 0 0.02 0.45 0.33 56.88 0.31 0.52
Hex AA A6 5D 0 2 2D 21 39 1F 34
Octal 252 246 135 0 2 55 41 71 37 64
Binary 10101010 10100110 1011101 0 10 101101 100001 111001 11111 110100

Color Harmonies of #AAA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA65D

Black with #AAA65D

Text Example


Text Example

White with #AAA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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