#AC244B

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

Shades of Old Rose #AC244B

Tints of Old Rose #AC244B

Color information

#AC244B (or 0xAC244B) is unknown color: approx Old Rose. HEX triplet: AC, 24 and 4B. RGB value is (172,36,75). Sum of RGB (Red+Green+Blue) = 172+36+75=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC244B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC244B is #53DBB4. Grayscale: #515151. Windows color (decimal): -5495733 or 4924588. OLE color: 4924588.

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

Color convert

RGB1723675-
CMYK00.790.560.33
HSL342.79º65.38%40.78%-
HSV(B)342.79º79.07%67.45%-
XYZ18.9110.547.69-
YUV81.11124.56192.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.78%
GREEN value IS 36 (14.45% from 255) = 12.72%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=60.78%
G=12.72%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172367500.790.560.33342.7965.3840.78
HexAC244B04F38211574129
Octal254441130117704152710151
Binary101011001001001001011010011111110001000011010101111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC244B; }

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

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

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

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

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

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

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

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