Html Css Color HEX #AAAE5E Olive Green

📋 copy color: '#AAAE5E'

red 170 ◦ green 174 ◦ blue 94

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

Shades of Olive Green #AAAE5E

Tints of Olive Green #AAAE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.46%

R = 38.81%
G = 39.73%
B = 21.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AAAE5E (or 0xAAAE5E) is known color: Olive Green. HEX triplet: AA, AE and 5E. RGB value is (170,174,94). Sum of RGB (Red+Green+Blue) = 170+174+94=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE5E is #5551A1. Grayscale: #A4A4A4. Windows color (decimal): -5591458 or 6205098. OLE color: 6205098.

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

Color convert

RGB 170 174 94 -
CMYK 0.02 0 0.46 0.32
HSL 63º 0.33% 0.53% -
HSV(B) 63º 0.46% 0.68% -
XYZ 33.73 39.63 16.46 -
YUV 163.68 88.67 132.5 -
System Red Green Blue C M Y K H S L
Decimal 170 174 94 0.02 0 0.46 0.32 63 0.33 0.53
Hex AA AE 5E 2 0 2E 20 3F 21 35
Octal 252 256 136 2 0 56 40 77 41 65
Binary 10101010 10101110 1011110 10 0 101110 100000 111111 100001 110101

Color Harmonies of #AAAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE5E

Black with #AAAE5E

Text Example


Text Example

White with #AAAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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