#AD2551

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

Shades of Old Rose #AD2551

Tints of Old Rose #AD2551

Color information

#AD2551 (or 0xAD2551) is unknown color: approx Old Rose. HEX triplet: AD, 25 and 51. RGB value is (173,37,81). Sum of RGB (Red+Green+Blue) = 173+37+81=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2551 is #52DAAE. Grayscale: #525252. Windows color (decimal): -5429935 or 5318061. OLE color: 5318061.

HSL color Cylindrical-coordinate representation of color #AD2551: hue angle of 340.59º 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 #AD2551 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB1733781-
CMYK00.790.530.32
HSL340.59º64.76%41.18%-
HSV(B)340.59º78.61%67.84%-
XYZ19.3810.88.85-
YUV82.68127.06192.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.45%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=59.45%
G=12.71%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173378100.790.530.32340.5964.7641.18
HexAD255104F35201554129
Octal255451210117654052510151
Binary101011011001011010001010011111101011000001010101011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2551; }

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

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

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

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

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

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

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

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