#AC606E

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

Shades of Turkish Rose #AC606E

Tints of Turkish Rose #AC606E

Color information

#AC606E (or 0xAC606E) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 6E. RGB value is (172,96,110). Sum of RGB (Red+Green+Blue) = 172+96+110=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC606E is #539F91. Grayscale: #787878. Windows color (decimal): -5480338 or 7233708. OLE color: 7233708.

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

Color convert

RGB17296110-
CMYK00.440.360.33
HSL348.95º31.4%52.55%-
HSV(B)348.95º44.19%67.45%-
XYZ24.0118.2617.01-
YUV120.32122.18164.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=45.50%
G=25.40%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729611000.440.360.33348.9531.452.55
HexAC606E02C242115d1f35
Octal25414015605444415353765
Binary1010110011000001101110010110010010010000110101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC606E; }

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

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

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

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

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

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

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

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