#AC2A43

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

Shades of Old Rose #AC2A43

Tints of Old Rose #AC2A43

Color information

#AC2A43 (or 0xAC2A43) is unknown color: approx Old Rose. HEX triplet: AC, 2A and 43. RGB value is (172,42,67). Sum of RGB (Red+Green+Blue) = 172+42+67=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2A43 is #53D5BC. Grayscale: #535353. Windows color (decimal): -5494205 or 4401836. OLE color: 4401836.

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

Color convert

RGB1724267-
CMYK00.760.610.33
HSL348.46º60.75%41.96%-
HSV(B)348.46º75.58%67.45%-
XYZ18.8510.836.41-
YUV83.72118.57190.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.21%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 67 (26.56% from 255) = 23.84%
R=61.21%
G=14.95%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172426700.760.610.33348.4660.7541.96
HexAC2A4304C3D2115c3d2a
Octal25452103011475415347552
Binary10101100101010100001101001100111101100001101011100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2A43; }

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

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

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

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

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

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

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

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