Html Css Color HEX #AEAA61 Olive Green

📋 copy color: '#AEAA61'

red 174 ◦ green 170 ◦ blue 97

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

Shades of Olive Green #AEAA61

Tints of Olive Green #AEAA61

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 174 170 97 -
CMYK 0 0.02 0.44 0.32
HSL 56.88º 0.32% 0.53% -
HSV(B) 56.88º 0.44% 0.68% -
XYZ 33.99 38.61 16.97 -
YUV 162.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 174 170 97 0 0.02 0.44 0.32 56.88 0.32 0.53
Hex AE AA 61 0 2 2C 20 39 20 35
Octal 256 252 141 0 2 54 40 71 40 65
Binary 10101110 10101010 1100001 0 10 101100 100000 111001 100000 110101

Color Harmonies of #AEAA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA61

Black with #AEAA61

Text Example


Text Example

White with #AEAA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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