#AB7481

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

Shades of Tapestry #AB7481

Tints of Tapestry #AB7481

Color information

#AB7481 (or 0xAB7481) is unknown color: approx Tapestry. HEX triplet: AB, 74 and 81. RGB value is (171,116,129). Sum of RGB (Red+Green+Blue) = 171+116+129=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7481 is #548B7E. Grayscale: #858585. Windows color (decimal): -5540735 or 8484011. OLE color: 8484011.

HSL color Cylindrical-coordinate representation of color #AB7481: hue angle of 345.82º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7481 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB171116129-
CMYK00.320.250.33
HSL345.82º24.66%56.27%-
HSV(B)345.82º32.16%67.06%-
XYZ2722.7323.73-
YUV133.93125.22154.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=41.11%
G=27.88%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111612900.320.250.33345.8224.6656.27
HexAB7481020192115a1938
Octal25316420104031415323170
Binary1010101111101001000000101000001100110000110101101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7481; }

 p { color: rgb(171,116,129); }

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

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

 a { background-color: rgb(171,116,129); }

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

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

 span { border-color: rgb(171,116,129); }

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