Html Css Color HEX #AB688A Tapestry

📋 copy color: '#AB688A'

red 171 ◦ green 104 ◦ blue 138

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

Shades of Tapestry #AB688A

Tints of Tapestry #AB688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 41.4%
G = 25.18%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB688A (or 0xAB688A) is known color: Tapestry. HEX triplet: AB, 68 and 8A. RGB value is (171,104,138). Sum of RGB (Red+Green+Blue) = 171+104+138=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB688A is #549775. Grayscale: #7F7F7F. Windows color (decimal): -5543798 or 9070763. OLE color: 9070763.

HSL color Cylindrical-coordinate representation of color #AB688A: hue angle of 329.55º degrees, saturation: 0.29, 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 #AB688A is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 104 138 -
CMYK 0 0.39 0.19 0.33
HSL 329.55º 0.29% 0.54% -
HSV(B) 329.55º 0.39% 0.67% -
XYZ 26.33 20.39 26.59 -
YUV 127.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 171 104 138 0 0.39 0.19 0.33 329.55 0.29 0.54
Hex AB 68 8A 0 27 13 21 14A 1D 36
Octal 253 150 212 0 47 23 41 512 35 66
Binary 10101011 1101000 10001010 0 100111 10011 100001 101001010 11101 110110

Color Harmonies of #AB688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB688A

Black with #AB688A

Text Example


Text Example

White with #AB688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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