Html Css Color HEX #AB8190 Tapestry

📋 copy color: '#AB8190'

red 171 ◦ green 129 ◦ blue 144

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

Shades of Tapestry #AB8190

Tints of Tapestry #AB8190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.05%

 BLUE value IS 144 (56.64% from 255) = 32.43%

R = 38.51%
G = 29.05%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB8190 (or 0xAB8190) is known color: Tapestry. HEX triplet: AB, 81 and 90. RGB value is (171,129,144). Sum of RGB (Red+Green+Blue) = 171+129+144=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8190 is #547E6F. Grayscale: #8F8F8F. Windows color (decimal): -5537392 or 9470379. OLE color: 9470379.

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

Color convert

RGB 171 129 144 -
CMYK 0 0.25 0.16 0.33
HSL 338.57º 0.2% 0.59% -
HSV(B) 338.57º 0.25% 0.67% -
XYZ 29.68 26.37 29.91 -
YUV 143.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 171 129 144 0 0.25 0.16 0.33 338.57 0.2 0.59
Hex AB 81 90 0 19 10 21 153 14 3B
Octal 253 201 220 0 31 20 41 523 24 73
Binary 10101011 10000001 10010000 0 11001 10000 100001 101010011 10100 111011

Color Harmonies of #AB8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8190

Black with #AB8190

Text Example


Text Example

White with #AB8190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8190; }

 p { color: rgb(171,129,144); }

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

background-color css

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

 a { background-color: rgb(171,129,144); }

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

border-color css

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

 span { border-color: rgb(171,129,144); }

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