Html Css Color HEX #AAAE5D Olive Green

📋 copy color: '#AAAE5D'

red 170 ◦ green 174 ◦ blue 93

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

Shades of Olive Green #AAAE5D

Tints of Olive Green #AAAE5D

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 170 174 93 -
CMYK 0.02 0 0.47 0.32
HSL 62.96º 0.33% 0.52% -
HSV(B) 62.96º 0.47% 0.68% -
XYZ 33.69 39.61 16.23 -
YUV 163.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 170 174 93 0.02 0 0.47 0.32 62.96 0.33 0.52
Hex AA AE 5D 2 0 2F 20 3F 21 34
Octal 252 256 135 2 0 57 40 77 41 64
Binary 10101010 10101110 1011101 10 0 101111 100000 111111 100001 110100

Color Harmonies of #AAAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE5D

Black with #AAAE5D

Text Example


Text Example

White with #AAAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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