#AC646F

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

Shades of Turkish Rose #AC646F

Tints of Turkish Rose #AC646F

Color information

#AC646F (or 0xAC646F) is unknown color: approx Turkish Rose. HEX triplet: AC, 64 and 6F. RGB value is (172,100,111). Sum of RGB (Red+Green+Blue) = 172+100+111=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC646F is #539B90. Grayscale: #7A7A7A. Windows color (decimal): -5479313 or 7300268. OLE color: 7300268.

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

Color convert

RGB172100111-
CMYK00.420.350.33
HSL350.83º30.25%53.33%-
HSV(B)350.83º41.86%67.45%-
XYZ24.4419.0317.42-
YUV122.78121.35163.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=44.91%
G=26.11%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210011100.420.350.33350.8330.2553.33
HexAC646F02A232115f1e35
Octal25414415705243415373665
Binary1010110011001001101111010101010001110000110101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC646F; }

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

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

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

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

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

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

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

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