Html Css Color HEX #AB6989 Tapestry

📋 copy color: '#AB6989'

red 171 ◦ green 105 ◦ blue 137

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

Shades of Tapestry #AB6989

Tints of Tapestry #AB6989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.42%

 BLUE value IS 137 (53.91% from 255) = 33.17%

R = 41.4%
G = 25.42%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB6989 (or 0xAB6989) is known color: Tapestry. HEX triplet: AB, 69 and 89. RGB value is (171,105,137). Sum of RGB (Red+Green+Blue) = 171+105+137=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6989 is #549676. Grayscale: #808080. Windows color (decimal): -5543543 or 9005483. OLE color: 9005483.

HSL color Cylindrical-coordinate representation of color #AB6989: hue angle of 330.91º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6989 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 137 -
CMYK 0 0.39 0.20 0.33
HSL 330.91º 0.28% 0.54% -
HSV(B) 330.91º 0.39% 0.67% -
XYZ 26.36 20.57 26.25 -
YUV 128.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 171 105 137 0 0.39 0.20 0.33 330.91 0.28 0.54
Hex AB 69 89 0 27 14 21 14B 1C 36
Octal 253 151 211 0 47 24 41 513 34 66
Binary 10101011 1101001 10001001 0 100111 10100 100001 101001011 11100 110110

Color Harmonies of #AB6989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6989

Black with #AB6989

Text Example


Text Example

White with #AB6989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6989; }

 p { color: rgb(171,105,137); }

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

background-color css

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

 a { background-color: rgb(171,105,137); }

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

border-color css

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

 span { border-color: rgb(171,105,137); }

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