Html Css Color HEX #AB818A Tapestry

📋 copy color: '#AB818A'

red 171 ◦ green 129 ◦ blue 138

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

Shades of Tapestry #AB818A

Tints of Tapestry #AB818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.45%

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

R = 39.04%
G = 29.45%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB818A (or 0xAB818A) is known color: Tapestry. HEX triplet: AB, 81 and 8A. RGB value is (171,129,138). Sum of RGB (Red+Green+Blue) = 171+129+138=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB818A is #547E75. Grayscale: #8E8E8E. Windows color (decimal): -5537398 or 9077163. OLE color: 9077163.

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

Color convert

RGB 171 129 138 -
CMYK 0 0.25 0.19 0.33
HSL 347.14º 0.2% 0.59% -
HSV(B) 347.14º 0.25% 0.67% -
XYZ 29.23 26.19 27.56 -
YUV 142.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 171 129 138 0 0.25 0.19 0.33 347.14 0.2 0.59
Hex AB 81 8A 0 19 13 21 15B 14 3B
Octal 253 201 212 0 31 23 41 533 24 73
Binary 10101011 10000001 10001010 0 11001 10011 100001 101011011 10100 111011

Color Harmonies of #AB818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB818A

Black with #AB818A

Text Example


Text Example

White with #AB818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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