#AFAAA6

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

Shades of Silk #AFAAA6

Tints of Silk #AFAAA6

Color information

#AFAAA6 (or 0xAFAAA6) is unknown color: approx Silk. HEX triplet: AF, AA and A6. RGB value is (175,170,166). Sum of RGB (Red+Green+Blue) = 175+170+166=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAA6 is #505559. Grayscale: #ABABAB. Windows color (decimal): -5264730 or 10922671. OLE color: 10922671.

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

Color convert

RGB175170166-
CMYK00.030.050.31
HSL26.67º5.33%66.86%-
HSV(B)26.67º5.14%68.63%-
XYZ38.9440.6241.86-
YUV171.04125.16130.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 166 (65.23% from 255) = 32.49%
R=34.25%
G=33.27%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517016600.030.050.3126.675.3366.86
HexAFAAA60351F1b543
Octal25725224603537335103
Binary10101111101010101010011001110111111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAA6; }

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

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

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

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

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

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

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

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