#AC6272

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

Shades of Turkish Rose #AC6272

Tints of Turkish Rose #AC6272

Color information

#AC6272 (or 0xAC6272) is unknown color: approx Turkish Rose. HEX triplet: AC, 62 and 72. RGB value is (172,98,114). Sum of RGB (Red+Green+Blue) = 172+98+114=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6272 is #539D8D. Grayscale: #797979. Windows color (decimal): -5479822 or 7496364. OLE color: 7496364.

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

Color convert

RGB17298114-
CMYK00.430.340.33
HSL347.03º30.83%52.94%-
HSV(B)347.03º43.02%67.45%-
XYZ24.4218.7218.25-
YUV121.95123.52163.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 114 (44.92% from 255) = 29.69%
R=44.79%
G=25.52%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729811400.430.340.33347.0330.8352.94
HexAC627202B222115b1f35
Octal25414216205342415333765
Binary1010110011000101110010010101110001010000110101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6272; }

 p { color: rgb(172,98,114); }

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

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

 a { background-color: rgb(172,98,114); }

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

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

 span { border-color: rgb(172,98,114); }

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