#AD204F

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

Shades of Old Rose #AD204F

Tints of Old Rose #AD204F

Color information

#AD204F (or 0xAD204F) is unknown color: approx Old Rose. HEX triplet: AD, 20 and 4F. RGB value is (173,32,79). Sum of RGB (Red+Green+Blue) = 173+32+79=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD204F is #52DFB0. Grayscale: #4F4F4F. Windows color (decimal): -5431217 or 5185709. OLE color: 5185709.

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

Color convert

RGB1733279-
CMYK00.820.540.32
HSL340º68.78%40.2%-
HSV(B)340º81.5%67.84%-
XYZ19.1610.488.41-
YUV79.52127.71194.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.92%
GREEN value IS 32 (12.89% from 255) = 11.27%
BLUE value IS 79 (31.25% from 255) = 27.82%
R=60.92%
G=11.27%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173327900.820.540.3234068.7840.2
HexAD204F05236201544528
Octal255401170122664052410550
Binary101011011000001001111010100101101101000001010101001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD204F; }

 p { color: rgb(173,32,79); }

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

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

 a { background-color: rgb(173,32,79); }

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

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

 span { border-color: rgb(173,32,79); }

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