#AC6165

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

Shades of Turkish Rose #AC6165

Tints of Turkish Rose #AC6165

Color information

#AC6165 (or 0xAC6165) is unknown color: approx Turkish Rose. HEX triplet: AC, 61 and 65. RGB value is (172,97,101). Sum of RGB (Red+Green+Blue) = 172+97+101=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6165 is #539E9A. Grayscale: #777777. Windows color (decimal): -5480091 or 6644140. OLE color: 6644140.

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

Color convert

RGB17297101-
CMYK00.440.410.33
HSL356.8º31.12%52.75%-
HSV(B)356.8º43.6%67.45%-
XYZ23.6418.2614.59-
YUV119.88117.35165.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=46.49%
G=26.22%
B=27.30%

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
Decimal1729710100.440.410.33356.831.1252.75
HexAC616502C29211651f35
Octal25414114505451415453765
Binary1010110011000011100101010110010100110000110110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6165; }

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

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

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

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

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

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

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

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