#AD3542

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

Shades of Old Rose #AD3542

Tints of Old Rose #AD3542

Color information

#AD3542 (or 0xAD3542) is unknown color: approx Old Rose. HEX triplet: AD, 35 and 42. RGB value is (173,53,66). Sum of RGB (Red+Green+Blue) = 173+53+66=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3542 is #52CABD. Grayscale: #5A5A5A. Windows color (decimal): -5425854 or 4339117. OLE color: 4339117.

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

Color convert

RGB1735366-
CMYK00.690.620.32
HSL353.5º53.1%44.31%-
HSV(B)353.5º69.36%67.84%-
XYZ19.4911.826.41-
YUV90.36114.26186.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.25%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=59.25%
G=18.15%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173536600.690.620.32353.553.144.31
HexAD35420453E20162352c
Octal25565102010576405426554
Binary10101101110101100001001000101111110100000101100010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3542; }

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

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

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

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

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

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

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

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