#AC6176

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

Shades of Turkish Rose #AC6176

Tints of Turkish Rose #AC6176

Color information

#AC6176 (or 0xAC6176) is unknown color: approx Turkish Rose. HEX triplet: AC, 61 and 76. RGB value is (172,97,118). Sum of RGB (Red+Green+Blue) = 172+97+118=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6176 is #539E89. Grayscale: #797979. Windows color (decimal): -5480074 or 7758252. OLE color: 7758252.

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

Color convert

RGB17297118-
CMYK00.440.310.33
HSL343.2º31.12%52.75%-
HSV(B)343.2º43.6%67.45%-
XYZ24.5618.6319.44-
YUV121.82125.85163.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=44.44%
G=25.06%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729711800.440.310.33343.231.1252.75
HexAC617602C1F211571f35
Octal25414116605437415273765
Binary101011001100001111011001011001111110000110101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6176; }

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

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

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

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

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

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

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

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