Html Css Color HEX #AB808B Tapestry

📋 copy color: '#AB808B'

red 171 ◦ green 128 ◦ blue 139

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

Shades of Tapestry #AB808B

Tints of Tapestry #AB808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.22%

 BLUE value IS 139 (54.69% from 255) = 31.74%

R = 39.04%
G = 29.22%
B = 31.74%

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

#AB808B (or 0xAB808B) is known color: Tapestry. HEX triplet: AB, 80 and 8B. RGB value is (171,128,139). Sum of RGB (Red+Green+Blue) = 171+128+139=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB808B is #547F74. Grayscale: #8E8E8E. Windows color (decimal): -5537653 or 9142443. OLE color: 9142443.

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

Color convert

RGB 171 128 139 -
CMYK 0 0.25 0.19 0.33
HSL 344.65º 0.2% 0.59% -
HSV(B) 344.65º 0.25% 0.67% -
XYZ 29.17 25.96 27.9 -
YUV 142.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 171 128 139 0 0.25 0.19 0.33 344.65 0.2 0.59
Hex AB 80 8B 0 19 13 21 159 14 3B
Octal 253 200 213 0 31 23 41 531 24 73
Binary 10101011 10000000 10001011 0 11001 10011 100001 101011001 10100 111011

Color Harmonies of #AB808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB808B

Black with #AB808B

Text Example


Text Example

White with #AB808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB808B; }

 p { color: rgb(171,128,139); }

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

background-color css

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

 a { background-color: rgb(171,128,139); }

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

border-color css

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

 span { border-color: rgb(171,128,139); }

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