#AF6A83

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

Shades of Tapestry #AF6A83

Tints of Tapestry #AF6A83

Color information

#AF6A83 (or 0xAF6A83) is unknown color: approx Tapestry. HEX triplet: AF, 6A and 83. RGB value is (175,106,131). Sum of RGB (Red+Green+Blue) = 175+106+131=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A83 is #50957C. Grayscale: #818181. Windows color (decimal): -5281149 or 8612527. OLE color: 8612527.

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

Color convert

RGB175106131-
CMYK00.390.250.31
HSL338.26º30.13%55.1%-
HSV(B)338.26º39.43%68.63%-
XYZ26.9321.0624.12-
YUV129.48128.86160.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=42.48%
G=25.73%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510613100.390.250.31338.2630.1355.1
HexAF6A83027191F1521e37
Octal25715220304731375223667
Binary101011111101010100000110100111110011111110101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A83; }

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

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

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

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

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

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

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

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