#AD3640

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

Shades of Old Rose #AD3640

Tints of Old Rose #AD3640

Color information

#AD3640 (or 0xAD3640) is unknown color: approx Old Rose. HEX triplet: AD, 36 and 40. RGB value is (173,54,64). Sum of RGB (Red+Green+Blue) = 173+54+64=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3640 is #52C9BF. Grayscale: #5A5A5A. Windows color (decimal): -5425600 or 4208301. OLE color: 4208301.

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

Color convert

RGB1735464-
CMYK00.690.630.32
HSL354.96º52.42%44.51%-
HSV(B)354.96º68.79%67.84%-
XYZ19.4811.896.12-
YUV90.72112.92186.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.45%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=59.45%
G=18.56%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173546400.690.630.32354.9652.4244.51
HexAD36400453F20163342d
Octal25566100010577405436455
Binary10101101110110100000001000101111111100000101100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3640; }

 p { color: rgb(173,54,64); }

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

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

 a { background-color: rgb(173,54,64); }

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

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

 span { border-color: rgb(173,54,64); }

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