#AF7A91

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

Shades of Tapestry #AF7A91

Tints of Tapestry #AF7A91

Color information

#AF7A91 (or 0xAF7A91) is unknown color: approx Tapestry. HEX triplet: AF, 7A and 91. RGB value is (175,122,145). Sum of RGB (Red+Green+Blue) = 175+122+145=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A91 is #50856E. Grayscale: #8C8C8C. Windows color (decimal): -5277039 or 9534127. OLE color: 9534127.

HSL color Cylindrical-coordinate representation of color #AF7A91: hue angle of 333.96º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7A91 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB175122145-
CMYK00.300.170.31
HSL333.96º24.88%58.24%-
HSV(B)333.96º30.29%68.63%-
XYZ29.7525.0830.06-
YUV140.47130.56152.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=39.59%
G=27.60%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512214500.300.170.31333.9624.8858.24
HexAF7A9101E111F14e193a
Octal25717222103621375163172
Binary10101111111101010010001011110100011111110100111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A91; }

 p { color: rgb(175,122,145); }

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

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

 a { background-color: rgb(175,122,145); }

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

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

 span { border-color: rgb(175,122,145); }

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