#AC3442

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

Shades of Old Rose #AC3442

Tints of Old Rose #AC3442

Color information

#AC3442 (or 0xAC3442) is unknown color: approx Old Rose. HEX triplet: AC, 34 and 42. RGB value is (172,52,66). Sum of RGB (Red+Green+Blue) = 172+52+66=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3442 is #53CBBD. Grayscale: #595959. Windows color (decimal): -5491646 or 4338860. OLE color: 4338860.

HSL color Cylindrical-coordinate representation of color #AC3442: hue angle of 353º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3442 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1725266-
CMYK00.700.620.33
HSL353º53.57%43.92%-
HSV(B)353º69.77%67.45%-
XYZ19.2211.626.38-
YUV89.48114.76186.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.31%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=59.31%
G=17.93%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172526600.700.620.3335353.5743.92
HexAC34420463E21161362c
Octal25464102010676415416654
Binary10101100110100100001001000110111110100001101100001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3442; }

 p { color: rgb(172,52,66); }

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

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

 a { background-color: rgb(172,52,66); }

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

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

 span { border-color: rgb(172,52,66); }

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