#AFACAA

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

Shades of Silk #AFACAA

Tints of Silk #AFACAA

Color information

#AFACAA (or 0xAFACAA) is unknown color: approx Silk. HEX triplet: AF, AC and AA. RGB value is (175,172,170). Sum of RGB (Red+Green+Blue) = 175+172+170=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACAA is #505355. Grayscale: #ACACAC. Windows color (decimal): -5264214 or 11185327. OLE color: 11185327.

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

Color convert

RGB175172170-
CMYK00.020.030.31
HSL24º3.03%67.65%-
HSV(B)24º2.86%68.63%-
XYZ39.6941.5243.95-
YUV172.67126.49129.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=33.85%
G=33.27%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517217000.020.030.31243.0367.65
HexAFACAA0231F18344
Octal25725425202337303104
Binary101011111010110010101010010111111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACAA; }

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

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

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

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

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

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

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

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