Html Css Color HEX #AB6A7B Tapestry

📋 copy color: '#AB6A7B'

red 171 ◦ green 106 ◦ blue 123

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

Shades of Tapestry #AB6A7B

Tints of Tapestry #AB6A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.5%

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 42.75%
G = 26.5%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB6A7B (or 0xAB6A7B) is known color: Tapestry. HEX triplet: AB, 6A and 7B. RGB value is (171,106,123). Sum of RGB (Red+Green+Blue) = 171+106+123=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A7B is #549584. Grayscale: #7F7F7F. Windows color (decimal): -5543301 or 8088235. OLE color: 8088235.

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

Color convert

RGB 171 106 123 -
CMYK 0 0.38 0.28 0.33
HSL 344.31º 0.28% 0.54% -
HSV(B) 344.31º 0.38% 0.67% -
XYZ 25.52 20.4 21.33 -
YUV 127.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 171 106 123 0 0.38 0.28 0.33 344.31 0.28 0.54
Hex AB 6A 7B 0 26 1C 21 158 1C 36
Octal 253 152 173 0 46 34 41 530 34 66
Binary 10101011 1101010 1111011 0 100110 11100 100001 101011000 11100 110110

Color Harmonies of #AB6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6A7B

Black with #AB6A7B

Text Example


Text Example

White with #AB6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6A7B; }

 p { color: rgb(171,106,123); }

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

background-color css

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

 a { background-color: rgb(171,106,123); }

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

border-color css

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

 span { border-color: rgb(171,106,123); }

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