#AC264C

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

Shades of Old Rose #AC264C

Tints of Old Rose #AC264C

Color information

#AC264C (or 0xAC264C) is unknown color: approx Old Rose. HEX triplet: AC, 26 and 4C. RGB value is (172,38,76). Sum of RGB (Red+Green+Blue) = 172+38+76=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC264C is #53D9B3. Grayscale: #525252. Windows color (decimal): -5495220 or 4990636. OLE color: 4990636.

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

Color convert

RGB1723876-
CMYK00.780.560.33
HSL342.99º63.81%41.18%-
HSV(B)342.99º77.91%67.45%-
XYZ19.0110.687.9-
YUV82.4124.39191.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.14%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=60.14%
G=13.29%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172387600.780.560.33342.9963.8141.18
HexAC264C04E38211574029
Octal254461140116704152710051
Binary101011001001101001100010011101110001000011010101111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC264C; }

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

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

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

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

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

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

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

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