#ac264e

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

Shades of Old Rose #AC264E

Tints of Old Rose #AC264E

Color information

#AC264E (or 0xAC264E) is unknown color: approx Old Rose. HEX triplet: AC, 26 and 4E. RGB value is (172,38,78). Sum of RGB (Red+Green+Blue) = 172+38+78=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC264E is #53D9B1. Grayscale: #525252. Windows color (decimal): -5495218 or 5121708. OLE color: 5121708.

HSL color Cylindrical-coordinate representation of color #AC264E: hue angle of 342.09º 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 #AC264E is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB1723878-
CMYK00.780.550.33
HSL342.09º63.81%41.18%-
HSV(B)342.09º77.91%67.45%-
XYZ19.0810.718.27-
YUV82.63125.39191.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.72%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=59.72%
G=13.19%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172387800.780.550.33342.0963.8141.18
HexAC264E04E37211564029
Octal254461160116674152610051
Binary101011001001101001110010011101101111000011010101101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac264e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac264e; }

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

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

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

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

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

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

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

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