#AC6066

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

Shades of Turkish Rose #AC6066

Tints of Turkish Rose #AC6066

Color information

#AC6066 (or 0xAC6066) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 66. RGB value is (172,96,102). Sum of RGB (Red+Green+Blue) = 172+96+102=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6066 is #539F99. Grayscale: #777777. Windows color (decimal): -5480346 or 6709420. OLE color: 6709420.

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

Color convert

RGB17296102-
CMYK00.440.410.33
HSL355.26º31.4%52.55%-
HSV(B)355.26º44.19%67.45%-
XYZ23.5918.114.82-
YUV119.41118.18165.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=46.49%
G=25.95%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729610200.440.410.33355.2631.452.55
HexAC606602C29211631f35
Octal25414014605451415433765
Binary1010110011000001100110010110010100110000110110001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6066; }

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

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

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

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

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

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

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

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