#AAAF8F

Color #AAAF8F Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #AAAF8F

Tints of Bud #AAAF8F

Color information

#AAAF8F (or 0xAAAF8F) is unknown color: approx Bud. HEX triplet: AA, AF and 8F. RGB value is (170,175,143). Sum of RGB (Red+Green+Blue) = 170+175+143=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF8F is #555070. Grayscale: #A9A9A9. Windows color (decimal): -5591153 or 9416618. OLE color: 9416618.

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

Color convert

RGB170175143-
CMYK0.0300.180.31
HSL69.38º16.67%62.35%-
HSV(B)69.38º18.29%68.63%-
XYZ36.8741.1931.99-
YUV169.86112.84128.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=34.84%
G=35.86%
B=29.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751430.0300.180.3169.3816.6762.35
HexAAAF8F30121F45113e
Octal2522572173022371052176
Binary1010101010101111100011111101001011111100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF8F; }

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

 H1.HeaderClassName
 {
   color: #AAAF8F;
 }
 .AnyTagClassName
 {
   color: #AAAF8F;
 }
</style>
background-color css

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

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

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

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

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

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