Html Css Color HEX #AAAF51 Olive Green

📋 copy color: '#AAAF51'

red 170 ◦ green 175 ◦ blue 81

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

Shades of Olive Green #AAAF51

Tints of Olive Green #AAAF51

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

 BLUE value IS 81 (32.03% from 255) = 19.01%

R = 39.91%
G = 41.08%
B = 19.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AAAF51 (or 0xAAAF51) is known color: Olive Green. HEX triplet: AA, AF and 51. RGB value is (170,175,81). Sum of RGB (Red+Green+Blue) = 170+175+81=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF51 is #5550AE. Grayscale: #A3A3A3. Windows color (decimal): -5591215 or 5353386. OLE color: 5353386.

HSL color Cylindrical-coordinate representation of color #AAAF51: hue angle of 63.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAAF51 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 81 -
CMYK 0.03 0 0.54 0.31
HSL 63.19º 0.37% 0.5% -
HSV(B) 63.19º 0.54% 0.69% -
XYZ 33.39 39.8 13.71 -
YUV 162.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 170 175 81 0.03 0 0.54 0.31 63.19 0.37 0.5
Hex AA AF 51 3 0 36 1F 3F 25 32
Octal 252 257 121 3 0 66 37 77 45 62
Binary 10101010 10101111 1010001 11 0 110110 11111 111111 100101 110010

Color Harmonies of #AAAF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF51

Black with #AAAF51

Text Example


Text Example

White with #AAAF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF51; }

 p { color: rgb(170,175,81); }

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

background-color css

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

 a { background-color: rgb(170,175,81); }

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

border-color css

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

 span { border-color: rgb(170,175,81); }

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