#AC6576

Color #AC6576 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AC6576

Tints of Turkish Rose #AC6576

Color information

#AC6576 (or 0xAC6576) is unknown color: approx Turkish Rose. HEX triplet: AC, 65 and 76. RGB value is (172,101,118). Sum of RGB (Red+Green+Blue) = 172+101+118=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6576 is #539A89. Grayscale: #7C7C7C. Windows color (decimal): -5479050 or 7759276. OLE color: 7759276.

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

Color convert

RGB172101118-
CMYK00.410.310.33
HSL345.63º29.96%53.53%-
HSV(B)345.63º41.28%67.45%-
XYZ24.9419.3919.57-
YUV124.17124.52162.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=43.99%
G=25.83%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210111800.410.310.33345.6329.9653.53
HexAC65760291F2115a1e36
Octal25414516605137415323666
Binary101011001100101111011001010011111110000110101101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6576; }

 p { color: rgb(172,101,118); }

 H1.HeaderClassName
 {
   color: #AC6576;
 }
 .AnyTagClassName
 {
   color: #AC6576;
 }
</style>
background-color css

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

 a { background-color: rgb(172,101,118); }

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

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

 span { border-color: rgb(172,101,118); }

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