#AC6065

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

Shades of Turkish Rose #AC6065

Tints of Turkish Rose #AC6065

Color information

#AC6065 (or 0xAC6065) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 65. RGB value is (172,96,101). Sum of RGB (Red+Green+Blue) = 172+96+101=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6065 is #539F9A. Grayscale: #777777. Windows color (decimal): -5480347 or 6643884. OLE color: 6643884.

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

Color convert

RGB17296101-
CMYK00.440.410.33
HSL356.05º31.4%52.55%-
HSV(B)356.05º44.19%67.45%-
XYZ23.5518.0814.56-
YUV119.29117.68165.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=46.61%
G=26.02%
B=27.37%

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
Decimal1729610100.440.410.33356.0531.452.55
HexAC606502C29211641f35
Octal25414014505451415443765
Binary1010110011000001100101010110010100110000110110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6065; }

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

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

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

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

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

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

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

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