#AFA8A3

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

Shades of Silk #AFA8A3

Tints of Silk #AFA8A3

Color information

#AFA8A3 (or 0xAFA8A3) is unknown color: approx Silk. HEX triplet: AF, A8 and A3. RGB value is (175,168,163). Sum of RGB (Red+Green+Blue) = 175+168+163=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8A3 is #50575C. Grayscale: #A9A9A9. Windows color (decimal): -5265245 or 10725551. OLE color: 10725551.

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

Color convert

RGB175168163-
CMYK00.040.070.31
HSL25º6.98%66.27%-
HSV(B)25º6.86%68.63%-
XYZ38.2939.7640.31-
YUV169.52124.32131.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 163 (64.06% from 255) = 32.21%
R=34.58%
G=33.20%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516816300.040.070.31256.9866.27
HexAFA8A30471F19742
Octal25725024304737317102
Binary101011111010100010100011010011111111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8A3; }

 p { color: rgb(175,168,163); }

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

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

 a { background-color: rgb(175,168,163); }

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

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

 span { border-color: rgb(175,168,163); }

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