#AD2C4D

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

Shades of Old Rose #AD2C4D

Tints of Old Rose #AD2C4D

Color information

#AD2C4D (or 0xAD2C4D) is unknown color: approx Old Rose. HEX triplet: AD, 2C and 4D. RGB value is (173,44,77). Sum of RGB (Red+Green+Blue) = 173+44+77=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2C4D is #52D3B2. Grayscale: #565656. Windows color (decimal): -5428147 or 5057709. OLE color: 5057709.

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

Color convert

RGB1734477-
CMYK00.750.550.32
HSL344.65º59.45%42.55%-
HSV(B)344.65º74.57%67.84%-
XYZ19.4711.228.16-
YUV86.33122.74189.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.84%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=58.84%
G=14.97%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173447700.750.550.32344.6559.4542.55
HexAD2C4D04B37201593b2b
Octal25554115011367405317353
Binary10101101101100100110101001011110111100000101011001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2C4D; }

 p { color: rgb(173,44,77); }

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

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

 a { background-color: rgb(173,44,77); }

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

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

 span { border-color: rgb(173,44,77); }

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