#AC2745

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

Shades of Old Rose #AC2745

Tints of Old Rose #AC2745

Color information

#AC2745 (or 0xAC2745) is unknown color: approx Old Rose. HEX triplet: AC, 27 and 45. RGB value is (172,39,69). Sum of RGB (Red+Green+Blue) = 172+39+69=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2745 is #53D8BA. Grayscale: #525252. Windows color (decimal): -5494971 or 4532140. OLE color: 4532140.

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

Color convert

RGB1723969-
CMYK00.770.600.33
HSL346.47º63.03%41.37%-
HSV(B)346.47º77.33%67.45%-
XYZ18.8110.656.69-
YUV82.19120.56192.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.43%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=61.43%
G=13.93%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172396900.770.600.33346.4763.0341.37
HexAC274504D3C2115a3f29
Octal25447105011574415327751
Binary10101100100111100010101001101111100100001101011010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2745; }

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

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

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

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

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

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

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

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