#AC5F6F

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

Shades of Turkish Rose #AC5F6F

Tints of Turkish Rose #AC5F6F

Color information

#AC5F6F (or 0xAC5F6F) is unknown color: approx Turkish Rose. HEX triplet: AC, 5F and 6F. RGB value is (172,95,111). Sum of RGB (Red+Green+Blue) = 172+95+111=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5F6F is #53A090. Grayscale: #777777. Windows color (decimal): -5480593 or 7298988. OLE color: 7298988.

HSL color Cylindrical-coordinate representation of color #AC5F6F: hue angle of 347.53º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5F6F is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17295111-
CMYK00.450.350.33
HSL347.53º31.69%52.35%-
HSV(B)347.53º44.77%67.45%-
XYZ23.9718.117.27-
YUV119.85123.01165.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=45.50%
G=25.13%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729511100.450.350.33347.5331.6952.35
HexAC5F6F02D232115c2034
Octal25413715705543415344064
Binary10101100101111111011110101101100011100001101011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F6F; }

 p { color: rgb(172,95,111); }

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

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

 a { background-color: rgb(172,95,111); }

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

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

 span { border-color: rgb(172,95,111); }

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