#AC616F

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

Shades of Turkish Rose #AC616F

Tints of Turkish Rose #AC616F

Color information

#AC616F (or 0xAC616F) is unknown color: approx Turkish Rose. HEX triplet: AC, 61 and 6F. RGB value is (172,97,111). Sum of RGB (Red+Green+Blue) = 172+97+111=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC616F is #539E90. Grayscale: #797979. Windows color (decimal): -5480081 or 7299500. OLE color: 7299500.

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

Color convert

RGB17297111-
CMYK00.440.350.33
HSL348.8º31.12%52.75%-
HSV(B)348.8º43.6%67.45%-
XYZ24.1618.4717.33-
YUV121.02122.35164.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=45.26%
G=25.53%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729711100.440.350.33348.831.1252.75
HexAC616F02C232115d1f35
Octal25414115705443415353765
Binary1010110011000011101111010110010001110000110101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC616F; }

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

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

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

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

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

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

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

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