Html Css Color HEX #AB738D Tapestry

📋 copy color: '#AB738D'

red 171 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #AB738D

Tints of Tapestry #AB738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.93%

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

R = 40.05%
G = 26.93%
B = 33.02%

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

#AB738D (or 0xAB738D) is known color: Tapestry. HEX triplet: AB, 73 and 8D. RGB value is (171,115,141). Sum of RGB (Red+Green+Blue) = 171+115+141=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB738D is #548C72. Grayscale: #868686. Windows color (decimal): -5540979 or 9270187. OLE color: 9270187.

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

Color convert

RGB 171 115 141 -
CMYK 0 0.33 0.18 0.33
HSL 332.14º 0.25% 0.56% -
HSV(B) 332.14º 0.33% 0.67% -
XYZ 27.73 22.84 28.15 -
YUV 134.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 171 115 141 0 0.33 0.18 0.33 332.14 0.25 0.56
Hex AB 73 8D 0 21 12 21 14C 19 38
Octal 253 163 215 0 41 22 41 514 31 70
Binary 10101011 1110011 10001101 0 100001 10010 100001 101001100 11001 111000

Color Harmonies of #AB738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB738D

Black with #AB738D

Text Example


Text Example

White with #AB738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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