#AFA7A1

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

Shades of Silk #AFA7A1

Tints of Silk #AFA7A1

Color information

#AFA7A1 (or 0xAFA7A1) is unknown color: approx Silk. HEX triplet: AF, A7 and A1. RGB value is (175,167,161). Sum of RGB (Red+Green+Blue) = 175+167+161=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA7A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7A1 is #50585E. Grayscale: #A8A8A8. Windows color (decimal): -5265503 or 10594223. OLE color: 10594223.

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

Color convert

RGB175167161-
CMYK00.050.080.31
HSL25.71º8.05%65.88%-
HSV(B)25.71º8%68.63%-
XYZ37.9339.3239.31-
YUV168.71123.65132.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=34.79%
G=33.20%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516716100.050.080.3125.718.0565.88
HexAFA7A10581F1a842
Octal2572472410510373210102
Binary10101111101001111010000101011000111111101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7A1; }

 p { color: rgb(175,167,161); }

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

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

 a { background-color: rgb(175,167,161); }

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

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

 span { border-color: rgb(175,167,161); }

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