#AD3045

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

Shades of Old Rose #AD3045

Tints of Old Rose #AD3045

Color information

#AD3045 (or 0xAD3045) is unknown color: approx Old Rose. HEX triplet: AD, 30 and 45. RGB value is (173,48,69). Sum of RGB (Red+Green+Blue) = 173+48+69=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3045 is #52CFBA. Grayscale: #575757. Windows color (decimal): -5427131 or 4534445. OLE color: 4534445.

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

Color convert

RGB1734869-
CMYK00.720.600.32
HSL349.92º56.56%43.33%-
HSV(B)349.92º72.25%67.84%-
XYZ19.3611.436.82-
YUV87.77117.41188.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.66%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=59.66%
G=16.55%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173486900.720.600.32349.9256.5643.33
HexAD30450483C2015e392b
Octal25560105011074405367153
Binary10101101110000100010101001000111100100000101011110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3045; }

 p { color: rgb(173,48,69); }

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

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

 a { background-color: rgb(173,48,69); }

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

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

 span { border-color: rgb(173,48,69); }

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