#AD353F

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

Shades of Old Rose #AD353F

Tints of Old Rose #AD353F

Color information

#AD353F (or 0xAD353F) is unknown color: approx Old Rose. HEX triplet: AD, 35 and 3F. RGB value is (173,53,63). Sum of RGB (Red+Green+Blue) = 173+53+63=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD353F is #52CAC0. Grayscale: #5A5A5A. Windows color (decimal): -5425857 or 4142509. OLE color: 4142509.

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

Color convert

RGB1735363-
CMYK00.690.640.32
HSL355º53.1%44.31%-
HSV(B)355º69.36%67.84%-
XYZ19.411.795.96-
YUV90.02112.76187.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.86%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 63 (25% from 255) = 21.80%
R=59.86%
G=18.34%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173536300.690.640.3235553.144.31
HexAD353F0454020163352c
Octal25565770105100405436554
Binary10101101110101111111010001011000000100000101100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD353F; }

 p { color: rgb(173,53,63); }

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

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

 a { background-color: rgb(173,53,63); }

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

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

 span { border-color: rgb(173,53,63); }

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