#AC274C

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

Shades of Old Rose #AC274C

Tints of Old Rose #AC274C

Color information

#AC274C (or 0xAC274C) is unknown color: approx Old Rose. HEX triplet: AC, 27 and 4C. RGB value is (172,39,76). Sum of RGB (Red+Green+Blue) = 172+39+76=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC274C is #53D8B3. Grayscale: #525252. Windows color (decimal): -5494964 or 4990892. OLE color: 4990892.

HSL color Cylindrical-coordinate representation of color #AC274C: hue angle of 343.31º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC274C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1723976-
CMYK00.770.560.33
HSL343.31º63.03%41.37%-
HSV(B)343.31º77.33%67.45%-
XYZ19.0410.747.91-
YUV82.98124.06191.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.93%
GREEN value IS 39 (15.62% from 255) = 13.59%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=59.93%
G=13.59%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172397600.770.560.33343.3163.0341.37
HexAC274C04D38211573f29
Octal25447114011570415277751
Binary10101100100111100110001001101111000100001101010111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC274C; }

 p { color: rgb(172,39,76); }

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

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

 a { background-color: rgb(172,39,76); }

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

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

 span { border-color: rgb(172,39,76); }

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