#AF6A7B

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

Shades of Tapestry #AF6A7B

Tints of Tapestry #AF6A7B

Color information

#AF6A7B (or 0xAF6A7B) is unknown color: approx Tapestry. HEX triplet: AF, 6A and 7B. RGB value is (175,106,123). Sum of RGB (Red+Green+Blue) = 175+106+123=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A7B is #509584. Grayscale: #808080. Windows color (decimal): -5281157 or 8088239. OLE color: 8088239.

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

Color convert

RGB175106123-
CMYK00.390.300.31
HSL345.22º30.13%55.1%-
HSV(B)345.22º39.43%68.63%-
XYZ26.4120.8521.37-
YUV128.57124.86161.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=43.32%
G=26.24%
B=30.45%

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
Decimal17510612300.390.300.31345.2230.1355.1
HexAF6A7B0271E1F1591e37
Octal25715217304736375313667
Binary10101111110101011110110100111111101111110101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A7B; }

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

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

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

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

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

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

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

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