#AC6071

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

Shades of Turkish Rose #AC6071

Tints of Turkish Rose #AC6071

Color information

#AC6071 (or 0xAC6071) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 71. RGB value is (172,96,113). Sum of RGB (Red+Green+Blue) = 172+96+113=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6071 is #539F8E. Grayscale: #787878. Windows color (decimal): -5480335 or 7430316. OLE color: 7430316.

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

Color convert

RGB17296113-
CMYK00.440.340.33
HSL346.58º31.4%52.55%-
HSV(B)346.58º44.19%67.45%-
XYZ24.1818.3317.89-
YUV120.66123.68164.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=45.14%
G=25.20%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729611300.440.340.33346.5831.452.55
HexAC607102C222115b1f35
Octal25414016105442415333765
Binary1010110011000001110001010110010001010000110101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6071; }

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

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

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

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

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

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

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

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