#AD2544

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

Shades of Old Rose #AD2544

Tints of Old Rose #AD2544

Color information

#AD2544 (or 0xAD2544) is unknown color: approx Old Rose. HEX triplet: AD, 25 and 44. RGB value is (173,37,68). Sum of RGB (Red+Green+Blue) = 173+37+68=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2544 is #52DABB. Grayscale: #515151. Windows color (decimal): -5429948 or 4466093. OLE color: 4466093.

HSL color Cylindrical-coordinate representation of color #AD2544: hue angle of 346.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2544 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1733768-
CMYK00.790.610.32
HSL346.32º64.76%41.18%-
HSV(B)346.32º78.61%67.84%-
XYZ18.9410.626.52-
YUV81.2120.56193.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.23%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=62.23%
G=13.31%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173376800.790.610.32346.3264.7641.18
HexAD254404F3D2015a4129
Octal255451040117754053210151
Binary101011011001011000100010011111111011000001010110101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2544; }

 p { color: rgb(173,37,68); }

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

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

 a { background-color: rgb(173,37,68); }

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

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

 span { border-color: rgb(173,37,68); }

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