Html Css Color HEX #AB728D Tapestry

📋 copy color: '#AB728D'

red 171 ◦ green 114 ◦ blue 141

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

Shades of Tapestry #AB728D

Tints of Tapestry #AB728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.76%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 40.14%
G = 26.76%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB728D (or 0xAB728D) is known color: Tapestry. HEX triplet: AB, 72 and 8D. RGB value is (171,114,141). Sum of RGB (Red+Green+Blue) = 171+114+141=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB728D is #548D72. Grayscale: #868686. Windows color (decimal): -5541235 or 9269931. OLE color: 9269931.

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

Color convert

RGB 171 114 141 -
CMYK 0 0.33 0.18 0.33
HSL 331.58º 0.25% 0.56% -
HSV(B) 331.58º 0.33% 0.67% -
XYZ 27.62 22.62 28.11 -
YUV 134.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 171 114 141 0 0.33 0.18 0.33 331.58 0.25 0.56
Hex AB 72 8D 0 21 12 21 14C 19 38
Octal 253 162 215 0 41 22 41 514 31 70
Binary 10101011 1110010 10001101 0 100001 10010 100001 101001100 11001 111000

Color Harmonies of #AB728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB728D

Black with #AB728D

Text Example


Text Example

White with #AB728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB728D; }

 p { color: rgb(171,114,141); }

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

background-color css

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

 a { background-color: rgb(171,114,141); }

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

border-color css

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

 span { border-color: rgb(171,114,141); }

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