#AF678C

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

Shades of Tapestry #AF678C

Tints of Tapestry #AF678C

Color information

#AF678C (or 0xAF678C) is unknown color: approx Tapestry. HEX triplet: AF, 67 and 8C. RGB value is (175,103,140). Sum of RGB (Red+Green+Blue) = 175+103+140=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF678C is #509873. Grayscale: #808080. Windows color (decimal): -5281908 or 9201583. OLE color: 9201583.

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

Color convert

RGB175103140-
CMYK00.410.20.31
HSL329.17º31.03%54.51%-
HSV(B)329.17º41.14%68.63%-
XYZ27.2620.7127.37-
YUV128.75134.35160.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=41.87%
G=24.64%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510314000.410.20.31329.1731.0354.51
HexAF678C029141F1491f37
Octal25714721405124375113767
Binary101011111100111100011000101001101001111110100100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF678C; }

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

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

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

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

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

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

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

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