#AF7D8B

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

Shades of Tapestry #AF7D8B

Tints of Tapestry #AF7D8B

Color information

#AF7D8B (or 0xAF7D8B) is unknown color: approx Tapestry. HEX triplet: AF, 7D and 8B. RGB value is (175,125,139). Sum of RGB (Red+Green+Blue) = 175+125+139=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7D8B is #508274. Grayscale: #8D8D8D. Windows color (decimal): -5276277 or 9141679. OLE color: 9141679.

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

Color convert

RGB175125139-
CMYK00.290.210.31
HSL343.2º23.81%58.82%-
HSV(B)343.2º28.57%68.63%-
XYZ29.6725.6527.81-
YUV141.55126.56151.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=39.86%
G=28.47%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512513900.290.210.31343.223.8158.82
HexAF7D8B01D151F157183b
Octal25717521303525375273073
Binary10101111111110110001011011101101011111110101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7D8B; }

 p { color: rgb(175,125,139); }

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

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

 a { background-color: rgb(175,125,139); }

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

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

 span { border-color: rgb(175,125,139); }

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