Html Css Color HEX #AC617A Tapestry

📋 copy color: '#AC617A'

red 172 ◦ green 97 ◦ blue 122

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

Shades of Tapestry #AC617A

Tints of Tapestry #AC617A

RGB

 RED value IS 172 (67.58% from 255) = 43.99%

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

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

R = 43.99%
G = 24.81%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC617A (or 0xAC617A) is known color: Tapestry. HEX triplet: AC, 61 and 7A. RGB value is (172,97,122). Sum of RGB (Red+Green+Blue) = 172+97+122=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC617A is #539E85. Grayscale: #7A7A7A. Windows color (decimal): -5480070 or 8020396. OLE color: 8020396.

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

Color convert

RGB 172 97 122 -
CMYK 0 0.44 0.29 0.33
HSL 340º 0.31% 0.53% -
HSV(B) 340º 0.44% 0.67% -
XYZ 24.8 18.73 20.72 -
YUV 122.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 172 97 122 0 0.44 0.29 0.33 340 0.31 0.53
Hex AC 61 7A 0 2C 1D 21 154 1F 35
Octal 254 141 172 0 54 35 41 524 37 65
Binary 10101100 1100001 1111010 0 101100 11101 100001 101010100 11111 110101

Color Harmonies of #AC617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC617A

Black with #AC617A

Text Example


Text Example

White with #AC617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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