Html Css Color HEX #AB7384 Tapestry

📋 copy color: '#AB7384'

red 171 ◦ green 115 ◦ blue 132

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

Shades of Tapestry #AB7384

Tints of Tapestry #AB7384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.58%

R = 40.91%
G = 27.51%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB7384 (or 0xAB7384) is known color: Tapestry. HEX triplet: AB, 73 and 84. RGB value is (171,115,132). Sum of RGB (Red+Green+Blue) = 171+115+132=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7384 is #548C7B. Grayscale: #858585. Windows color (decimal): -5540988 or 8680363. OLE color: 8680363.

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

Color convert

RGB 171 115 132 -
CMYK 0 0.33 0.23 0.33
HSL 341.79º 0.25% 0.56% -
HSV(B) 341.79º 0.33% 0.67% -
XYZ 27.09 22.59 24.76 -
YUV 133.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 171 115 132 0 0.33 0.23 0.33 341.79 0.25 0.56
Hex AB 73 84 0 21 17 21 156 19 38
Octal 253 163 204 0 41 27 41 526 31 70
Binary 10101011 1110011 10000100 0 100001 10111 100001 101010110 11001 111000

Color Harmonies of #AB7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7384

Black with #AB7384

Text Example


Text Example

White with #AB7384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7384; }

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

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

background-color css

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

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

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

border-color css

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

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

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