#AC6E79

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

Shades of Turkish Rose #AC6E79

Tints of Turkish Rose #AC6E79

Color information

#AC6E79 (or 0xAC6E79) is unknown color: approx Turkish Rose. HEX triplet: AC, 6E and 79. RGB value is (172,110,121). Sum of RGB (Red+Green+Blue) = 172+110+121=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E79 is #539186. Grayscale: #818181. Windows color (decimal): -5476743 or 7958188. OLE color: 7958188.

HSL color Cylindrical-coordinate representation of color #AC6E79: hue angle of 349.35º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E79 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172110121-
CMYK00.360.300.33
HSL349.35º27.19%55.29%-
HSV(B)349.35º36.05%67.45%-
XYZ26.0421.320.83-
YUV129.79123.04158.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=42.68%
G=27.30%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211012100.360.300.33349.3527.1955.29
HexAC6E790241E2115d1b37
Octal25415617104436415353367
Binary101011001101110111100101001001111010000110101110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E79; }

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

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

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

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

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

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

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

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