Html Css Color HEX #AB888C Tapestry

📋 copy color: '#AB888C'

red 171 ◦ green 136 ◦ blue 140

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

Shades of Tapestry #AB888C

Tints of Tapestry #AB888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.43%

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 38.26%
G = 30.43%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB888C (or 0xAB888C) is known color: Tapestry. HEX triplet: AB, 88 and 8C. RGB value is (171,136,140). Sum of RGB (Red+Green+Blue) = 171+136+140=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB888C is #547773. Grayscale: #929292. Windows color (decimal): -5535604 or 9210027. OLE color: 9210027.

HSL color Cylindrical-coordinate representation of color #AB888C: hue angle of 353.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB888C is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 136 140 -
CMYK 0 0.20 0.18 0.33
HSL 353.14º 0.17% 0.6% -
HSV(B) 353.14º 0.2% 0.67% -
XYZ 30.33 28.16 28.65 -
YUV 146.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 171 136 140 0 0.20 0.18 0.33 353.14 0.17 0.6
Hex AB 88 8C 0 14 12 21 161 11 3C
Octal 253 210 214 0 24 22 41 541 21 74
Binary 10101011 10001000 10001100 0 10100 10010 100001 101100001 10001 111100

Color Harmonies of #AB888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB888C

Black with #AB888C

Text Example


Text Example

White with #AB888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB888C; }

 p { color: rgb(171,136,140); }

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

background-color css

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

 a { background-color: rgb(171,136,140); }

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

border-color css

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

 span { border-color: rgb(171,136,140); }

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