#AF6B7E

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

Shades of Tapestry #AF6B7E

Tints of Tapestry #AF6B7E

Color information

#AF6B7E (or 0xAF6B7E) is unknown color: approx Tapestry. HEX triplet: AF, 6B and 7E. RGB value is (175,107,126). Sum of RGB (Red+Green+Blue) = 175+107+126=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B7E is #509481. Grayscale: #818181. Windows color (decimal): -5280898 or 8285103. OLE color: 8285103.

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

Color convert

RGB175107126-
CMYK00.390.280.31
HSL343.24º29.82%55.29%-
HSV(B)343.24º38.86%68.63%-
XYZ26.721.1422.41-
YUV129.5126.03160.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=42.89%
G=26.23%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510712600.390.280.31343.2429.8255.29
HexAF6B7E0271C1F1571e37
Octal25715317604734375273667
Binary10101111110101111111100100111111001111110101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B7E; }

 p { color: rgb(175,107,126); }

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

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

 a { background-color: rgb(175,107,126); }

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

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

 span { border-color: rgb(175,107,126); }

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