#AC2B40

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

Shades of Old Rose #AC2B40

Tints of Old Rose #AC2B40

Color information

#AC2B40 (or 0xAC2B40) is unknown color: approx Old Rose. HEX triplet: AC, 2B and 40. RGB value is (172,43,64). Sum of RGB (Red+Green+Blue) = 172+43+64=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B40 is #53D4BF. Grayscale: #545454. Windows color (decimal): -5493952 or 4205484. OLE color: 4205484.

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

Color convert

RGB1724364-
CMYK00.750.630.33
HSL350.23º60%42.16%-
HSV(B)350.23º75%67.45%-
XYZ18.810.875.96-
YUV83.96116.74190.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=61.65%
G=15.41%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172436400.750.630.33350.236042.16
HexAC2B4004B3F2115e3c2a
Octal25453100011377415367452
Binary10101100101011100000001001011111111100001101011110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2B40; }

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

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

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

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

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

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

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

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