#AC2443

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

Shades of Old Rose #AC2443

Tints of Old Rose #AC2443

Color information

#AC2443 (or 0xAC2443) is unknown color: approx Old Rose. HEX triplet: AC, 24 and 43. RGB value is (172,36,67). Sum of RGB (Red+Green+Blue) = 172+36+67=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2443 is #53DBBC. Grayscale: #505050. Windows color (decimal): -5495741 or 4400300. OLE color: 4400300.

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

Color convert

RGB1723667-
CMYK00.790.610.33
HSL346.32º65.38%40.78%-
HSV(B)346.32º79.07%67.45%-
XYZ18.6610.446.34-
YUV80.2120.56193.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 67 (26.56% from 255) = 24.36%
R=62.55%
G=13.09%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172366700.790.610.33346.3265.3840.78
HexAC244304F3D2115a4129
Octal254441030117754153210151
Binary101011001001001000011010011111111011000011010110101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2443; }

 p { color: rgb(172,36,67); }

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

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

 a { background-color: rgb(172,36,67); }

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

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

 span { border-color: rgb(172,36,67); }

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