Html Css Color HEX #AB8A8B Tapestry

📋 copy color: '#AB8A8B'

red 171 ◦ green 138 ◦ blue 139

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

Shades of Tapestry #AB8A8B

Tints of Tapestry #AB8A8B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.8%

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

R = 38.17%
G = 30.8%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB8A8B (or 0xAB8A8B) is known color: Tapestry. HEX triplet: AB, 8A and 8B. RGB value is (171,138,139). Sum of RGB (Red+Green+Blue) = 171+138+139=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8A8B is #547574. Grayscale: #949494. Windows color (decimal): -5535093 or 9145003. OLE color: 9145003.

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

Color convert

RGB 171 138 139 -
CMYK 0 0.19 0.19 0.33
HSL 358.18º 0.16% 0.61% -
HSV(B) 358.18º 0.19% 0.67% -
XYZ 30.54 28.7 28.36 -
YUV 147.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 171 138 139 0 0.19 0.19 0.33 358.18 0.16 0.61
Hex AB 8A 8B 0 13 13 21 166 10 3D
Octal 253 212 213 0 23 23 41 546 20 75
Binary 10101011 10001010 10001011 0 10011 10011 100001 101100110 10000 111101

Color Harmonies of #AB8A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8A8B

Black with #AB8A8B

Text Example


Text Example

White with #AB8A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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