#AC606C

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

Shades of Turkish Rose #AC606C

Tints of Turkish Rose #AC606C

Color information

#AC606C (or 0xAC606C) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 6C. RGB value is (172,96,108). Sum of RGB (Red+Green+Blue) = 172+96+108=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC606C is #539F93. Grayscale: #787878. Windows color (decimal): -5480340 or 7102636. OLE color: 7102636.

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

Color convert

RGB17296108-
CMYK00.440.370.33
HSL350.53º31.4%52.55%-
HSV(B)350.53º44.19%67.45%-
XYZ23.918.2216.44-
YUV120.09121.18165.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=45.74%
G=25.53%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729610800.440.370.33350.5331.452.55
HexAC606C02C252115f1f35
Octal25414015405445415373765
Binary1010110011000001101100010110010010110000110101111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC606C; }

 p { color: rgb(172,96,108); }

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

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

 a { background-color: rgb(172,96,108); }

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

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

 span { border-color: rgb(172,96,108); }

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