#AC3540

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

Shades of Old Rose #AC3540

Tints of Old Rose #AC3540

Color information

#AC3540 (or 0xAC3540) is unknown color: approx Old Rose. HEX triplet: AC, 35 and 40. RGB value is (172,53,64). Sum of RGB (Red+Green+Blue) = 172+53+64=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3540 is #53CABF. Grayscale: #595959. Windows color (decimal): -5491392 or 4208044. OLE color: 4208044.

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

Color convert

RGB1725364-
CMYK00.690.630.33
HSL354.45º52.89%44.12%-
HSV(B)354.45º69.19%67.45%-
XYZ19.2111.696.09-
YUV89.84113.42186.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.52%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=59.52%
G=18.34%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172536400.690.630.33354.4552.8944.12
HexAC35400453F21162352c
Octal25465100010577415426554
Binary10101100110101100000001000101111111100001101100010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3540; }

 p { color: rgb(172,53,64); }

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

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

 a { background-color: rgb(172,53,64); }

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

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

 span { border-color: rgb(172,53,64); }

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