#AFA6A0

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

Shades of Silk #AFA6A0

Tints of Silk #AFA6A0

Color information

#AFA6A0 (or 0xAFA6A0) is unknown color: approx Silk. HEX triplet: AF, A6 and A0. RGB value is (175,166,160). Sum of RGB (Red+Green+Blue) = 175+166+160=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA6A0 is #50595F. Grayscale: #A8A8A8. Windows color (decimal): -5265760 or 10528431. OLE color: 10528431.

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

Color convert

RGB175166160-
CMYK00.050.090.31
HSL24º8.57%65.69%-
HSV(B)24º8.57%68.63%-
XYZ37.6638.9238.79-
YUV168.01123.48132.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=34.93%
G=33.13%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516616000.050.090.31248.5765.69
HexAFA6A00591F18942
Octal2572462400511373011102
Binary10101111101001101010000001011001111111100010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6A0; }

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

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

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

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

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

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

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

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