#AC606B

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

Shades of Turkish Rose #AC606B

Tints of Turkish Rose #AC606B

Color information

#AC606B (or 0xAC606B) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 6B. RGB value is (172,96,107). Sum of RGB (Red+Green+Blue) = 172+96+107=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC606B is #539F94. Grayscale: #787878. Windows color (decimal): -5480341 or 7037100. OLE color: 7037100.

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

Color convert

RGB17296107-
CMYK00.440.380.33
HSL351.32º31.4%52.55%-
HSV(B)351.32º44.19%67.45%-
XYZ23.8518.216.17-
YUV119.98120.68165.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=45.87%
G=25.6%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729610700.440.380.33351.3231.452.55
HexAC606B02C262115f1f35
Octal25414015305446415373765
Binary1010110011000001101011010110010011010000110101111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC606B; }

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

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

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

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

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

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

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

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