Html Css Color HEX #AB7082 Tapestry

📋 copy color: '#AB7082'

red 171 ◦ green 112 ◦ blue 130

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

Shades of Tapestry #AB7082

Tints of Tapestry #AB7082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 41.4%
G = 27.12%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB7082 (or 0xAB7082) is known color: Tapestry. HEX triplet: AB, 70 and 82. RGB value is (171,112,130). Sum of RGB (Red+Green+Blue) = 171+112+130=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7082 is #548F7D. Grayscale: #838383. Windows color (decimal): -5541758 or 8548523. OLE color: 8548523.

HSL color Cylindrical-coordinate representation of color #AB7082: hue angle of 341.69º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7082 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 130 -
CMYK 0 0.35 0.24 0.33
HSL 341.69º 0.26% 0.55% -
HSV(B) 341.69º 0.35% 0.67% -
XYZ 26.62 21.86 23.94 -
YUV 131.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 171 112 130 0 0.35 0.24 0.33 341.69 0.26 0.55
Hex AB 70 82 0 23 18 21 156 1A 37
Octal 253 160 202 0 43 30 41 526 32 67
Binary 10101011 1110000 10000010 0 100011 11000 100001 101010110 11010 110111

Color Harmonies of #AB7082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7082

Black with #AB7082

Text Example


Text Example

White with #AB7082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7082; }

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

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

background-color css

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

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

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

border-color css

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

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

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