Html Css Color HEX #AB617A Tapestry

📋 copy color: '#AB617A'

red 171 ◦ green 97 ◦ blue 122

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

Shades of Tapestry #AB617A

Tints of Tapestry #AB617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 43.85%
G = 24.87%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB617A (or 0xAB617A) is known color: Tapestry. HEX triplet: AB, 61 and 7A. RGB value is (171,97,122). Sum of RGB (Red+Green+Blue) = 171+97+122=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB617A is #549E85. Grayscale: #797979. Windows color (decimal): -5545606 or 8020395. OLE color: 8020395.

HSL color Cylindrical-coordinate representation of color #AB617A: hue angle of 339.73º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB617A is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 97 122 -
CMYK 0 0.43 0.29 0.33
HSL 339.73º 0.31% 0.53% -
HSV(B) 339.73º 0.43% 0.67% -
XYZ 24.58 18.61 20.71 -
YUV 121.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 171 97 122 0 0.43 0.29 0.33 339.73 0.31 0.53
Hex AB 61 7A 0 2B 1D 21 154 1F 35
Octal 253 141 172 0 53 35 41 524 37 65
Binary 10101011 1100001 1111010 0 101011 11101 100001 101010100 11111 110101

Color Harmonies of #AB617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB617A

Black with #AB617A

Text Example


Text Example

White with #AB617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB617A; }

 p { color: rgb(171,97,122); }

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

background-color css

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

 a { background-color: rgb(171,97,122); }

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

border-color css

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

 span { border-color: rgb(171,97,122); }

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