#AF6B7B

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

Shades of Tapestry #AF6B7B

Tints of Tapestry #AF6B7B

Color information

#AF6B7B (or 0xAF6B7B) is unknown color: approx Tapestry. HEX triplet: AF, 6B and 7B. RGB value is (175,107,123). Sum of RGB (Red+Green+Blue) = 175+107+123=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B7B is #509484. Grayscale: #818181. Windows color (decimal): -5280901 or 8088495. OLE color: 8088495.

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

Color convert

RGB175107123-
CMYK00.390.300.31
HSL345.88º29.82%55.29%-
HSV(B)345.88º38.86%68.63%-
XYZ26.5121.0621.41-
YUV129.16124.53160.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=43.21%
G=26.42%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510712300.390.300.31345.8829.8255.29
HexAF6B7B0271E1F15a1e37
Octal25715317304736375323667
Binary10101111110101111110110100111111101111110101101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B7B; }

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

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

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

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

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

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

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

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