#AD1E4C

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

Shades of Old Rose #AD1E4C

Tints of Old Rose #AD1E4C

Color information

#AD1E4C (or 0xAD1E4C) is unknown color: approx Old Rose. HEX triplet: AD, 1E and 4C. RGB value is (173,30,76). Sum of RGB (Red+Green+Blue) = 173+30+76=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E4C is #52E1B3. Grayscale: #4D4D4D. Windows color (decimal): -5431732 or 4988589. OLE color: 4988589.

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

Color convert

RGB1733076-
CMYK00.830.560.32
HSL340.7º70.44%39.8%-
HSV(B)340.7º82.66%67.84%-
XYZ1910.337.83-
YUV78126.88195.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.01%
GREEN value IS 30 (12.11% from 255) = 10.75%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=62.01%
G=10.75%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173307600.830.560.32340.770.4439.8
HexAD1E4C05338201554628
Octal255361140123704052510650
Binary10101101111101001100010100111110001000001010101011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E4C; }

 p { color: rgb(173,30,76); }

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

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

 a { background-color: rgb(173,30,76); }

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

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

 span { border-color: rgb(173,30,76); }

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