#AD353E

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

Shades of Old Rose #AD353E

Tints of Old Rose #AD353E

Color information

#AD353E (or 0xAD353E) is unknown color: approx Old Rose. HEX triplet: AD, 35 and 3E. RGB value is (173,53,62). Sum of RGB (Red+Green+Blue) = 173+53+62=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD353E is #52CAC1. Grayscale: #595959. Windows color (decimal): -5425858 or 4076973. OLE color: 4076973.

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

Color convert

RGB1735362-
CMYK00.690.640.32
HSL355.5º53.1%44.31%-
HSV(B)355.5º69.36%67.84%-
XYZ19.3811.785.81-
YUV89.91112.26187.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.07%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=60.07%
G=18.40%
B=21.53%

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
Decimal173536200.690.640.32355.553.144.31
HexAD353E0454020164352c
Octal25565760105100405446554
Binary10101101110101111110010001011000000100000101100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD353E; }

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

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

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

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

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

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

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

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