#AC6265

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

Shades of Turkish Rose #AC6265

Tints of Turkish Rose #AC6265

Color information

#AC6265 (or 0xAC6265) is unknown color: approx Turkish Rose. HEX triplet: AC, 62 and 65. RGB value is (172,98,101). Sum of RGB (Red+Green+Blue) = 172+98+101=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6265 is #539D9A. Grayscale: #787878. Windows color (decimal): -5479835 or 6644396. OLE color: 6644396.

HSL color Cylindrical-coordinate representation of color #AC6265: hue angle of 357.57º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6265 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17298101-
CMYK00.430.410.33
HSL357.57º30.83%52.94%-
HSV(B)357.57º43.02%67.45%-
XYZ23.7318.4514.62-
YUV120.47117.02164.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=46.36%
G=26.42%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729810100.430.410.33357.5730.8352.94
HexAC626502B29211661f35
Octal25414214505351415463765
Binary1010110011000101100101010101110100110000110110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6265; }

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

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

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

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

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

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

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

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