#AC264A

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

Shades of Old Rose #AC264A

Tints of Old Rose #AC264A

Color information

#AC264A (or 0xAC264A) is unknown color: approx Old Rose. HEX triplet: AC, 26 and 4A. RGB value is (172,38,74). Sum of RGB (Red+Green+Blue) = 172+38+74=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC264A is #53D9B5. Grayscale: #525252. Windows color (decimal): -5495222 or 4859564. OLE color: 4859564.

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

Color convert

RGB1723874-
CMYK00.780.570.33
HSL343.88º63.81%41.18%-
HSV(B)343.88º77.91%67.45%-
XYZ18.9410.657.54-
YUV82.17123.39192.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.56%
GREEN value IS 38 (15.23% from 255) = 13.38%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=60.56%
G=13.38%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172387400.780.570.33343.8863.8141.18
HexAC264A04E39211584029
Octal254461120116714153010051
Binary101011001001101001010010011101110011000011010110001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC264A; }

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

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

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

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

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

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

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

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