Html Css Color HEX #AC617E Tapestry

📋 copy color: '#AC617E'

red 172 ◦ green 97 ◦ blue 126

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

Shades of Tapestry #AC617E

Tints of Tapestry #AC617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 43.54%
G = 24.56%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC617E (or 0xAC617E) is known color: Tapestry. HEX triplet: AC, 61 and 7E. RGB value is (172,97,126). Sum of RGB (Red+Green+Blue) = 172+97+126=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC617E is #539E81. Grayscale: #7A7A7A. Windows color (decimal): -5480066 or 8282540. OLE color: 8282540.

HSL color Cylindrical-coordinate representation of color #AC617E: hue angle of 336.8º 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 #AC617E is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 97 126 -
CMYK 0 0.44 0.27 0.33
HSL 336.8º 0.31% 0.53% -
HSV(B) 336.8º 0.44% 0.67% -
XYZ 25.05 18.83 22.05 -
YUV 122.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 172 97 126 0 0.44 0.27 0.33 336.8 0.31 0.53
Hex AC 61 7E 0 2C 1B 21 151 1F 35
Octal 254 141 176 0 54 33 41 521 37 65
Binary 10101100 1100001 1111110 0 101100 11011 100001 101010001 11111 110101

Color Harmonies of #AC617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC617E

Black with #AC617E

Text Example


Text Example

White with #AC617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC617E; }

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

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

background-color css

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

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

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

border-color css

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

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

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