#AD2950

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

Shades of Old Rose #AD2950

Tints of Old Rose #AD2950

Color information

#AD2950 (or 0xAD2950) is unknown color: approx Old Rose. HEX triplet: AD, 29 and 50. RGB value is (173,41,80). Sum of RGB (Red+Green+Blue) = 173+41+80=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2950 is #52D6AF. Grayscale: #545454. Windows color (decimal): -5428912 or 5253549. OLE color: 5253549.

HSL color Cylindrical-coordinate representation of color #AD2950: hue angle of 342.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2950 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB1734180-
CMYK00.760.540.32
HSL342.27º61.68%41.96%-
HSV(B)342.27º76.3%67.84%-
XYZ19.4711.058.7-
YUV84.91125.23190.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.84%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=58.84%
G=13.95%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173418000.760.540.32342.2761.6841.96
HexAD295004C36201563e2a
Octal25551120011466405267652
Binary10101101101001101000001001100110110100000101010110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2950; }

 p { color: rgb(173,41,80); }

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

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

 a { background-color: rgb(173,41,80); }

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

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

 span { border-color: rgb(173,41,80); }

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