Html Css Color HEX #AB848B Tapestry

📋 copy color: '#AB848B'

red 171 ◦ green 132 ◦ blue 139

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

Shades of Tapestry #AB848B

Tints of Tapestry #AB848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.86%

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

R = 38.69%
G = 29.86%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB848B (or 0xAB848B) is known color: Tapestry. HEX triplet: AB, 84 and 8B. RGB value is (171,132,139). Sum of RGB (Red+Green+Blue) = 171+132+139=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB848B is #547B74. Grayscale: #909090. Windows color (decimal): -5536629 or 9143467. OLE color: 9143467.

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

Color convert

RGB 171 132 139 -
CMYK 0 0.23 0.19 0.33
HSL 349.23º 0.19% 0.59% -
HSV(B) 349.23º 0.23% 0.67% -
XYZ 29.71 27.02 28.08 -
YUV 144.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 171 132 139 0 0.23 0.19 0.33 349.23 0.19 0.59
Hex AB 84 8B 0 17 13 21 15D 13 3B
Octal 253 204 213 0 27 23 41 535 23 73
Binary 10101011 10000100 10001011 0 10111 10011 100001 101011101 10011 111011

Color Harmonies of #AB848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB848B

Black with #AB848B

Text Example


Text Example

White with #AB848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB848B; }

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

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

background-color css

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

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

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

border-color css

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

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

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