Html Css Color HEX #AB8290 Tapestry

📋 copy color: '#AB8290'

red 171 ◦ green 130 ◦ blue 144

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

Shades of Tapestry #AB8290

Tints of Tapestry #AB8290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.21%

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

R = 38.43%
G = 29.21%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB8290 (or 0xAB8290) is known color: Tapestry. HEX triplet: AB, 82 and 90. RGB value is (171,130,144). Sum of RGB (Red+Green+Blue) = 171+130+144=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8290 is #547D6F. Grayscale: #8F8F8F. Windows color (decimal): -5537136 or 9470635. OLE color: 9470635.

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

Color convert

RGB 171 130 144 -
CMYK 0 0.24 0.16 0.33
HSL 339.51º 0.2% 0.59% -
HSV(B) 339.51º 0.24% 0.67% -
XYZ 29.81 26.64 29.96 -
YUV 143.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 171 130 144 0 0.24 0.16 0.33 339.51 0.2 0.59
Hex AB 82 90 0 18 10 21 154 14 3B
Octal 253 202 220 0 30 20 41 524 24 73
Binary 10101011 10000010 10010000 0 11000 10000 100001 101010100 10100 111011

Color Harmonies of #AB8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8290

Black with #AB8290

Text Example


Text Example

White with #AB8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8290; }

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

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

background-color css

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

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

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

border-color css

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

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

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