Html Css Color HEX #AB7582 Tapestry

📋 copy color: '#AB7582'

red 171 ◦ green 117 ◦ blue 130

#AB7582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AB7582

Tints of Tapestry #AB7582

RGB

 RED value IS 171 (67.19% from 255) = 40.91%

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 130 (51.17% from 255) = 31.1%

R = 40.91%
G = 27.99%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB7582 (or 0xAB7582) is known color: Tapestry. HEX triplet: AB, 75 and 82. RGB value is (171,117,130). Sum of RGB (Red+Green+Blue) = 171+117+130=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7582 is #548A7D. Grayscale: #868686. Windows color (decimal): -5540478 or 8549803. OLE color: 8549803.

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

Color convert

RGB 171 117 130 -
CMYK 0 0.32 0.24 0.33
HSL 345.56º 0.24% 0.56% -
HSV(B) 345.56º 0.32% 0.67% -
XYZ 27.19 22.99 24.12 -
YUV 134.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 171 117 130 0 0.32 0.24 0.33 345.56 0.24 0.56
Hex AB 75 82 0 20 18 21 15A 18 38
Octal 253 165 202 0 40 30 41 532 30 70
Binary 10101011 1110101 10000010 0 100000 11000 100001 101011010 11000 111000

Color Harmonies of #AB7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7582

Black with #AB7582

Text Example


Text Example

White with #AB7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7582; }

 p { color: rgb(171,117,130); }

 H1.HeaderClassName
 {
   color: #AB7582;
 }
 .AnyTagClassName
 {
   color: #AB7582;
 }
</style>

background-color css

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

 a { background-color: rgb(171,117,130); }

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

border-color css

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

 span { border-color: rgb(171,117,130); }

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