Html Css Color HEX #AAAF62 Olive Green

📋 copy color: '#AAAF62'

red 170 ◦ green 175 ◦ blue 98

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

Shades of Olive Green #AAAF62

Tints of Olive Green #AAAF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.12%

R = 38.37%
G = 39.5%
B = 22.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AAAF62 (or 0xAAAF62) is known color: Olive Green. HEX triplet: AA, AF and 62. RGB value is (170,175,98). Sum of RGB (Red+Green+Blue) = 170+175+98=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF62 is #55509D. Grayscale: #A5A5A5. Windows color (decimal): -5591198 or 6467498. OLE color: 6467498.

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

Color convert

RGB 170 175 98 -
CMYK 0.03 0 0.44 0.31
HSL 63.9º 0.32% 0.54% -
HSV(B) 63.9º 0.44% 0.69% -
XYZ 34.11 40.09 17.5 -
YUV 164.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 170 175 98 0.03 0 0.44 0.31 63.9 0.32 0.54
Hex AA AF 62 3 0 2C 1F 40 20 36
Octal 252 257 142 3 0 54 37 100 40 66
Binary 10101010 10101111 1100010 11 0 101100 11111 1000000 100000 110110

Color Harmonies of #AAAF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF62

Black with #AAAF62

Text Example


Text Example

White with #AAAF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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