#AC3244

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

Shades of Old Rose #AC3244

Tints of Old Rose #AC3244

Color information

#AC3244 (or 0xAC3244) is unknown color: approx Old Rose. HEX triplet: AC, 32 and 44. RGB value is (172,50,68). Sum of RGB (Red+Green+Blue) = 172+50+68=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3244 is #53CDBB. Grayscale: #585858. Windows color (decimal): -5492156 or 4469420. OLE color: 4469420.

HSL color Cylindrical-coordinate representation of color #AC3244: hue angle of 351.15º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3244 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1725068-
CMYK00.710.600.33
HSL351.15º54.95%43.53%-
HSV(B)351.15º70.93%67.45%-
XYZ19.211.476.67-
YUV88.53116.42187.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.31%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 68 (26.95% from 255) = 23.45%
R=59.31%
G=17.24%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172506800.710.600.33351.1554.9543.53
HexAC32440473C2115f372c
Octal25462104010774415376754
Binary10101100110010100010001000111111100100001101011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3244; }

 p { color: rgb(172,50,68); }

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

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

 a { background-color: rgb(172,50,68); }

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

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

 span { border-color: rgb(172,50,68); }

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