#AD204E

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

Shades of Old Rose #AD204E

Tints of Old Rose #AD204E

Color information

#AD204E (or 0xAD204E) is unknown color: approx Old Rose. HEX triplet: AD, 20 and 4E. RGB value is (173,32,78). Sum of RGB (Red+Green+Blue) = 173+32+78=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD204E is #52DFB1. Grayscale: #4F4F4F. Windows color (decimal): -5431218 or 5120173. OLE color: 5120173.

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

Color convert

RGB1733278-
CMYK00.820.550.32
HSL340.43º68.78%40.2%-
HSV(B)340.43º81.5%67.84%-
XYZ19.1310.478.22-
YUV79.4127.21194.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.13%
GREEN value IS 32 (12.89% from 255) = 11.31%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=61.13%
G=11.31%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173327800.820.550.32340.4368.7840.2
HexAD204E05237201544528
Octal255401160122674052410550
Binary101011011000001001110010100101101111000001010101001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD204E; }

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

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

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

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

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

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

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

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