#ad274e

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

Shades of Old Rose #AD274E

Tints of Old Rose #AD274E

Color information

#AD274E (or 0xAD274E) is unknown color: approx Old Rose. HEX triplet: AD, 27 and 4E. RGB value is (173,39,78). Sum of RGB (Red+Green+Blue) = 173+39+78=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD274E is #52D8B1. Grayscale: #535353. Windows color (decimal): -5429426 or 5121965. OLE color: 5121965.

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

Color convert

RGB1733978-
CMYK00.770.550.32
HSL342.54º63.21%41.57%-
HSV(B)342.54º77.46%67.84%-
XYZ19.3310.898.29-
YUV83.51124.89191.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.66%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=59.66%
G=13.45%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173397800.770.550.32342.5463.2141.57
HexAD274E04D37201573f2a
Octal25547116011567405277752
Binary10101101100111100111001001101110111100000101010111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad274e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad274e; }

 p { color: rgb(173,39,78); }

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

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

 a { background-color: rgb(173,39,78); }

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

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

 span { border-color: rgb(173,39,78); }

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