#AF7C82

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

Shades of Tapestry #AF7C82

Tints of Tapestry #AF7C82

Color information

#AF7C82 (or 0xAF7C82) is unknown color: approx Tapestry. HEX triplet: AF, 7C and 82. RGB value is (175,124,130). Sum of RGB (Red+Green+Blue) = 175+124+130=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C82 is #50837D. Grayscale: #8B8B8B. Windows color (decimal): -5276542 or 8551599. OLE color: 8551599.

HSL color Cylindrical-coordinate representation of color #AF7C82: hue angle of 352.94º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7C82 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175124130-
CMYK00.290.260.31
HSL352.94º24.17%58.63%-
HSV(B)352.94º29.14%68.63%-
XYZ28.9225.1424.45-
YUV139.93122.4153.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=40.79%
G=28.90%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512413000.290.260.31352.9424.1758.63
HexAF7C8201D1A1F161183b
Octal25717420203532375413073
Binary10101111111110010000010011101110101111110110000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C82; }

 p { color: rgb(175,124,130); }

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

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

 a { background-color: rgb(175,124,130); }

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

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

 span { border-color: rgb(175,124,130); }

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