#AD224F

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

Shades of Old Rose #AD224F

Tints of Old Rose #AD224F

Color information

#AD224F (or 0xAD224F) is unknown color: approx Old Rose. HEX triplet: AD, 22 and 4F. RGB value is (173,34,79). Sum of RGB (Red+Green+Blue) = 173+34+79=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD224F is #52DDB0. Grayscale: #505050. Windows color (decimal): -5430705 or 5186221. OLE color: 5186221.

HSL color Cylindrical-coordinate representation of color #AD224F: hue angle of 340.58º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD224F is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB1733479-
CMYK00.800.540.32
HSL340.58º67.15%40.59%-
HSV(B)340.58º80.35%67.84%-
XYZ19.2210.598.43-
YUV80.69127.05193.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.49%
GREEN value IS 34 (13.67% from 255) = 11.89%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=60.49%
G=11.89%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173347900.800.540.32340.5867.1540.59
HexAD224F05036201554329
Octal255421170120664052510351
Binary101011011000101001111010100001101101000001010101011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD224F; }

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

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

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

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

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

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

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

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