#AF668C

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

Shades of Tapestry #AF668C

Tints of Tapestry #AF668C

Color information

#AF668C (or 0xAF668C) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 8C. RGB value is (175,102,140). Sum of RGB (Red+Green+Blue) = 175+102+140=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF668C is #509973. Grayscale: #808080. Windows color (decimal): -5282164 or 9201327. OLE color: 9201327.

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

Color convert

RGB175102140-
CMYK00.420.20.31
HSL328.77º31.33%54.31%-
HSV(B)328.77º41.71%68.63%-
XYZ27.1620.5127.34-
YUV128.16134.68161.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=41.97%
G=24.46%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510214000.420.20.31328.7731.3354.31
HexAF668C02A141F1491f36
Octal25714621405224375113766
Binary101011111100110100011000101010101001111110100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF668C; }

 p { color: rgb(175,102,140); }

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

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

 a { background-color: rgb(175,102,140); }

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

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

 span { border-color: rgb(175,102,140); }

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