Html Css Color HEX #AAAF65 Olive Green

📋 copy color: '#AAAF65'

red 170 ◦ green 175 ◦ blue 101

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

Shades of Olive Green #AAAF65

Tints of Olive Green #AAAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 38.12%
G = 39.24%
B = 22.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AAAF65 (or 0xAAAF65) is known color: Olive Green. HEX triplet: AA, AF and 65. RGB value is (170,175,101). Sum of RGB (Red+Green+Blue) = 170+175+101=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF65 is #55509A. Grayscale: #A5A5A5. Windows color (decimal): -5591195 or 6664106. OLE color: 6664106.

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

Color convert

RGB 170 175 101 -
CMYK 0.03 0 0.42 0.31
HSL 64.05º 0.32% 0.54% -
HSV(B) 64.05º 0.42% 0.69% -
XYZ 34.26 40.15 18.26 -
YUV 165.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 170 175 101 0.03 0 0.42 0.31 64.05 0.32 0.54
Hex AA AF 65 3 0 2A 1F 40 20 36
Octal 252 257 145 3 0 52 37 100 40 66
Binary 10101010 10101111 1100101 11 0 101010 11111 1000000 100000 110110

Color Harmonies of #AAAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF65

Black with #AAAF65

Text Example


Text Example

White with #AAAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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