#AFABA8

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

Shades of Silk #AFABA8

Tints of Silk #AFABA8

Color information

#AFABA8 (or 0xAFABA8) is unknown color: approx Silk. HEX triplet: AF, AB and A8. RGB value is (175,171,168). Sum of RGB (Red+Green+Blue) = 175+171+168=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA8 is #505457. Grayscale: #ABABAB. Windows color (decimal): -5264472 or 11053999. OLE color: 11053999.

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

Color convert

RGB175171168-
CMYK00.020.040.31
HSL25.71º4.19%67.25%-
HSV(B)25.71º4%68.63%-
XYZ39.3141.0742.9-
YUV171.85125.83130.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 168 (66.02% from 255) = 32.68%
R=34.05%
G=33.27%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517116800.020.040.3125.714.1967.25
HexAFABA80241F1a443
Octal25725325002437324103
Binary10101111101010111010100001010011111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABA8; }

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

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

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

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

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

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

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

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