#AB7483

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

Shades of Tapestry #AB7483

Tints of Tapestry #AB7483

Color information

#AB7483 (or 0xAB7483) is unknown color: approx Tapestry. HEX triplet: AB, 74 and 83. RGB value is (171,116,131). Sum of RGB (Red+Green+Blue) = 171+116+131=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7483 is #548B7C. Grayscale: #868686. Windows color (decimal): -5540733 or 8615083. OLE color: 8615083.

HSL color Cylindrical-coordinate representation of color #AB7483: hue angle of 343.64º 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 #AB7483 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB171116131-
CMYK00.320.230.33
HSL343.64º24.66%56.27%-
HSV(B)343.64º32.16%67.06%-
XYZ27.1422.7924.44-
YUV134.16126.22154.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=40.91%
G=27.75%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111613100.320.230.33343.6424.6656.27
HexAB748302017211581938
Octal25316420304027415303170
Binary1010101111101001000001101000001011110000110101100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7483; }

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

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

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

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

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

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

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

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