Html Css Color HEX #AB7386 Tapestry

📋 copy color: '#AB7386'

red 171 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #AB7386

Tints of Tapestry #AB7386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

 BLUE value IS 134 (52.73% from 255) = 31.9%

R = 40.71%
G = 27.38%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB7386 (or 0xAB7386) is known color: Tapestry. HEX triplet: AB, 73 and 86. RGB value is (171,115,134). Sum of RGB (Red+Green+Blue) = 171+115+134=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7386 is #548C79. Grayscale: #858585. Windows color (decimal): -5540986 or 8811435. OLE color: 8811435.

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

Color convert

RGB 171 115 134 -
CMYK 0 0.33 0.22 0.33
HSL 339.64º 0.25% 0.56% -
HSV(B) 339.64º 0.33% 0.67% -
XYZ 27.23 22.64 25.49 -
YUV 133.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 171 115 134 0 0.33 0.22 0.33 339.64 0.25 0.56
Hex AB 73 86 0 21 16 21 154 19 38
Octal 253 163 206 0 41 26 41 524 31 70
Binary 10101011 1110011 10000110 0 100001 10110 100001 101010100 11001 111000

Color Harmonies of #AB7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7386

Black with #AB7386

Text Example


Text Example

White with #AB7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7386; }

 p { color: rgb(171,115,134); }

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

background-color css

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

 a { background-color: rgb(171,115,134); }

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

border-color css

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

 span { border-color: rgb(171,115,134); }

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