Html Css Color HEX #AB7C8A Tapestry

📋 copy color: '#AB7C8A'

red 171 ◦ green 124 ◦ blue 138

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

Shades of Tapestry #AB7C8A

Tints of Tapestry #AB7C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.64%

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

R = 39.49%
G = 28.64%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB7C8A (or 0xAB7C8A) is known color: Tapestry. HEX triplet: AB, 7C and 8A. RGB value is (171,124,138). Sum of RGB (Red+Green+Blue) = 171+124+138=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7C8A is #548375. Grayscale: #8B8B8B. Windows color (decimal): -5538678 or 9075883. OLE color: 9075883.

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

Color convert

RGB 171 124 138 -
CMYK 0 0.27 0.19 0.33
HSL 342.13º 0.22% 0.58% -
HSV(B) 342.13º 0.27% 0.67% -
XYZ 28.59 24.91 27.35 -
YUV 139.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 171 124 138 0 0.27 0.19 0.33 342.13 0.22 0.58
Hex AB 7C 8A 0 1B 13 21 156 16 3A
Octal 253 174 212 0 33 23 41 526 26 72
Binary 10101011 1111100 10001010 0 11011 10011 100001 101010110 10110 111010

Color Harmonies of #AB7C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C8A

Black with #AB7C8A

Text Example


Text Example

White with #AB7C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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