Html Css Color HEX #AEAA59 Olive Green

📋 copy color: '#AEAA59'

red 174 ◦ green 170 ◦ blue 89

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

Shades of Olive Green #AEAA59

Tints of Olive Green #AEAA59

RGB

 RED value IS 174 (68.36% from 255) = 40.18%

 GREEN value IS 170 (66.8% from 255) = 39.26%

 BLUE value IS 89 (35.16% from 255) = 20.55%

R = 40.18%
G = 39.26%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AEAA59 (or 0xAEAA59) is known color: Olive Green. HEX triplet: AE, AA and 59. RGB value is (174,170,89). Sum of RGB (Red+Green+Blue) = 174+170+89=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA59 is #5155A6. Grayscale: #A2A2A2. Windows color (decimal): -5330343 or 5876398. OLE color: 5876398.

HSL color Cylindrical-coordinate representation of color #AEAA59: hue angle of 57.18º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEAA59 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 170 89 -
CMYK 0 0.02 0.49 0.32
HSL 57.18º 0.34% 0.52% -
HSV(B) 57.18º 0.49% 0.68% -
XYZ 33.63 38.47 15.1 -
YUV 161.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 174 170 89 0 0.02 0.49 0.32 57.18 0.34 0.52
Hex AE AA 59 0 2 31 20 39 22 34
Octal 256 252 131 0 2 61 40 71 42 64
Binary 10101110 10101010 1011001 0 10 110001 100000 111001 100010 110100

Color Harmonies of #AEAA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA59

Black with #AEAA59

Text Example


Text Example

White with #AEAA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA59; }

 p { color: rgb(174,170,89); }

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

background-color css

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

 a { background-color: rgb(174,170,89); }

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

border-color css

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

 span { border-color: rgb(174,170,89); }

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