Html Css Color HEX #AB758A Tapestry

📋 copy color: '#AB758A'

red 171 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #AB758A

Tints of Tapestry #AB758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.46%

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

R = 40.14%
G = 27.46%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB758A (or 0xAB758A) is known color: Tapestry. HEX triplet: AB, 75 and 8A. RGB value is (171,117,138). Sum of RGB (Red+Green+Blue) = 171+117+138=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB758A is #548A75. Grayscale: #878787. Windows color (decimal): -5540470 or 9074091. OLE color: 9074091.

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

Color convert

RGB 171 117 138 -
CMYK 0 0.32 0.19 0.33
HSL 336.67º 0.24% 0.56% -
HSV(B) 336.67º 0.32% 0.67% -
XYZ 27.74 23.22 27.06 -
YUV 135.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 171 117 138 0 0.32 0.19 0.33 336.67 0.24 0.56
Hex AB 75 8A 0 20 13 21 151 18 38
Octal 253 165 212 0 40 23 41 521 30 70
Binary 10101011 1110101 10001010 0 100000 10011 100001 101010001 11000 111000

Color Harmonies of #AB758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB758A

Black with #AB758A

Text Example


Text Example

White with #AB758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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