Html Css Color HEX #AB858E Tapestry

📋 copy color: '#AB858E'

red 171 ◦ green 133 ◦ blue 142

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

Shades of Tapestry #AB858E

Tints of Tapestry #AB858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.82%

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 38.34%
G = 29.82%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB858E (or 0xAB858E) is known color: Tapestry. HEX triplet: AB, 85 and 8E. RGB value is (171,133,142). Sum of RGB (Red+Green+Blue) = 171+133+142=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB858E is #547A71. Grayscale: #919191. Windows color (decimal): -5536370 or 9340331. OLE color: 9340331.

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

Color convert

RGB 171 133 142 -
CMYK 0 0.22 0.17 0.33
HSL 345.79º 0.18% 0.6% -
HSV(B) 345.79º 0.22% 0.67% -
XYZ 30.06 27.39 29.29 -
YUV 145.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 171 133 142 0 0.22 0.17 0.33 345.79 0.18 0.6
Hex AB 85 8E 0 16 11 21 15A 12 3C
Octal 253 205 216 0 26 21 41 532 22 74
Binary 10101011 10000101 10001110 0 10110 10001 100001 101011010 10010 111100

Color Harmonies of #AB858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB858E

Black with #AB858E

Text Example


Text Example

White with #AB858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB858E; }

 p { color: rgb(171,133,142); }

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

background-color css

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

 a { background-color: rgb(171,133,142); }

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

border-color css

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

 span { border-color: rgb(171,133,142); }

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