#AF678B

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

Shades of Tapestry #AF678B

Tints of Tapestry #AF678B

Color information

#AF678B (or 0xAF678B) is unknown color: approx Tapestry. HEX triplet: AF, 67 and 8B. RGB value is (175,103,139). Sum of RGB (Red+Green+Blue) = 175+103+139=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF678B is #509874. Grayscale: #808080. Windows color (decimal): -5281909 or 9136047. OLE color: 9136047.

HSL color Cylindrical-coordinate representation of color #AF678B: hue angle of 330º 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 #AF678B is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB175103139-
CMYK00.410.210.31
HSL330º31.03%54.51%-
HSV(B)330º41.14%68.63%-
XYZ27.1920.6826.98-
YUV128.63133.85161.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=41.97%
G=24.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510313900.410.210.3133031.0354.51
HexAF678B029151F14a1f37
Octal25714721305125375123767
Binary101011111100111100010110101001101011111110100101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF678B; }

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

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

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

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

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

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

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

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