#AC2643

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

Shades of Old Rose #AC2643

Tints of Old Rose #AC2643

Color information

#AC2643 (or 0xAC2643) is unknown color: approx Old Rose. HEX triplet: AC, 26 and 43. RGB value is (172,38,67). Sum of RGB (Red+Green+Blue) = 172+38+67=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2643 is #53D9BC. Grayscale: #515151. Windows color (decimal): -5495229 or 4400812. OLE color: 4400812.

HSL color Cylindrical-coordinate representation of color #AC2643: hue angle of 347.01º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2643 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1723867-
CMYK00.780.610.33
HSL347.01º63.81%41.18%-
HSV(B)347.01º77.91%67.45%-
XYZ18.7210.566.36-
YUV81.37119.89192.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.09%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 67 (26.56% from 255) = 24.19%
R=62.09%
G=13.72%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172386700.780.610.33347.0163.8141.18
HexAC264304E3D2115b4029
Octal254461030116754153310051
Binary101011001001101000011010011101111011000011010110111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2643; }

 p { color: rgb(172,38,67); }

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

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

 a { background-color: rgb(172,38,67); }

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

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

 span { border-color: rgb(172,38,67); }

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