#AC6070

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

Shades of Turkish Rose #AC6070

Tints of Turkish Rose #AC6070

Color information

#AC6070 (or 0xAC6070) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 70. RGB value is (172,96,112). Sum of RGB (Red+Green+Blue) = 172+96+112=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6070 is #539F8F. Grayscale: #787878. Windows color (decimal): -5480336 or 7364780. OLE color: 7364780.

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

Color convert

RGB17296112-
CMYK00.440.350.33
HSL347.37º31.4%52.55%-
HSV(B)347.37º44.19%67.45%-
XYZ24.1218.3117.59-
YUV120.55123.18164.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=45.26%
G=25.26%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729611200.440.350.33347.3731.452.55
HexAC607002C232115b1f35
Octal25414016005443415333765
Binary1010110011000001110000010110010001110000110101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6070; }

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

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

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

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

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

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

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

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