Html Css Color HEX #AAAE61 Olive Green

📋 copy color: '#AAAE61'

red 170 ◦ green 174 ◦ blue 97

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

Shades of Olive Green #AAAE61

Tints of Olive Green #AAAE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22%

R = 38.55%
G = 39.46%
B = 22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AAAE61 (or 0xAAAE61) is known color: Olive Green. HEX triplet: AA, AE and 61. RGB value is (170,174,97). Sum of RGB (Red+Green+Blue) = 170+174+97=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE61 is #55519E. Grayscale: #A4A4A4. Windows color (decimal): -5591455 or 6401706. OLE color: 6401706.

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

Color convert

RGB 170 174 97 -
CMYK 0.02 0 0.44 0.32
HSL 63.12º 0.32% 0.53% -
HSV(B) 63.12º 0.44% 0.68% -
XYZ 33.87 39.68 17.18 -
YUV 164.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 170 174 97 0.02 0 0.44 0.32 63.12 0.32 0.53
Hex AA AE 61 2 0 2C 20 3F 20 35
Octal 252 256 141 2 0 54 40 77 40 65
Binary 10101010 10101110 1100001 10 0 101100 100000 111111 100000 110101

Color Harmonies of #AAAE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE61

Black with #AAAE61

Text Example


Text Example

White with #AAAE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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