Html Css Color HEX #AB728A Tapestry

📋 copy color: '#AB728A'

red 171 ◦ green 114 ◦ blue 138

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

Shades of Tapestry #AB728A

Tints of Tapestry #AB728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 40.43%
G = 26.95%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB728A (or 0xAB728A) is known color: Tapestry. HEX triplet: AB, 72 and 8A. RGB value is (171,114,138). Sum of RGB (Red+Green+Blue) = 171+114+138=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB728A is #548D75. Grayscale: #858585. Windows color (decimal): -5541238 or 9073323. OLE color: 9073323.

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

Color convert

RGB 171 114 138 -
CMYK 0 0.33 0.19 0.33
HSL 334.74º 0.25% 0.56% -
HSV(B) 334.74º 0.33% 0.67% -
XYZ 27.4 22.53 26.95 -
YUV 133.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 171 114 138 0 0.33 0.19 0.33 334.74 0.25 0.56
Hex AB 72 8A 0 21 13 21 14F 19 38
Octal 253 162 212 0 41 23 41 517 31 70
Binary 10101011 1110010 10001010 0 100001 10011 100001 101001111 11001 111000

Color Harmonies of #AB728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB728A

Black with #AB728A

Text Example


Text Example

White with #AB728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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