Html Css Color HEX #AB728E Tapestry

📋 copy color: '#AB728E'

red 171 ◦ green 114 ◦ blue 142

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

Shades of Tapestry #AB728E

Tints of Tapestry #AB728E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 40.05%
G = 26.7%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB728E (or 0xAB728E) is known color: Tapestry. HEX triplet: AB, 72 and 8E. RGB value is (171,114,142). Sum of RGB (Red+Green+Blue) = 171+114+142=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB728E is #548D71. Grayscale: #868686. Windows color (decimal): -5541234 or 9335467. OLE color: 9335467.

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

Color convert

RGB 171 114 142 -
CMYK 0 0.33 0.17 0.33
HSL 330.53º 0.25% 0.56% -
HSV(B) 330.53º 0.33% 0.67% -
XYZ 27.69 22.65 28.5 -
YUV 134.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 171 114 142 0 0.33 0.17 0.33 330.53 0.25 0.56
Hex AB 72 8E 0 21 11 21 14B 19 38
Octal 253 162 216 0 41 21 41 513 31 70
Binary 10101011 1110010 10001110 0 100001 10001 100001 101001011 11001 111000

Color Harmonies of #AB728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB728E

Black with #AB728E

Text Example


Text Example

White with #AB728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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