Html Css Color HEX #AEAA5D Olive Green

📋 copy color: '#AEAA5D'

red 174 ◦ green 170 ◦ blue 93

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

Shades of Olive Green #AEAA5D

Tints of Olive Green #AEAA5D

RGB

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

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

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

R = 39.82%
G = 38.9%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AEAA5D (or 0xAEAA5D) is known color: Olive Green. HEX triplet: AE, AA and 5D. RGB value is (174,170,93). Sum of RGB (Red+Green+Blue) = 174+170+93=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA5D is #5155A2. Grayscale: #A2A2A2. Windows color (decimal): -5330339 or 6138542. OLE color: 6138542.

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

Color convert

RGB 174 170 93 -
CMYK 0 0.02 0.47 0.32
HSL 57.04º 0.33% 0.52% -
HSV(B) 57.04º 0.47% 0.68% -
XYZ 33.81 38.54 16.01 -
YUV 162.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 174 170 93 0 0.02 0.47 0.32 57.04 0.33 0.52
Hex AE AA 5D 0 2 2F 20 39 21 34
Octal 256 252 135 0 2 57 40 71 41 64
Binary 10101110 10101010 1011101 0 10 101111 100000 111001 100001 110100

Color Harmonies of #AEAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA5D

Black with #AEAA5D

Text Example


Text Example

White with #AEAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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