#AD2E43

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

Shades of Old Rose #AD2E43

Tints of Old Rose #AD2E43

Color information

#AD2E43 (or 0xAD2E43) is unknown color: approx Old Rose. HEX triplet: AD, 2E and 43. RGB value is (173,46,67). Sum of RGB (Red+Green+Blue) = 173+46+67=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2E43 is #52D1BC. Grayscale: #565656. Windows color (decimal): -5427645 or 4402861. OLE color: 4402861.

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

Color convert

RGB1734667-
CMYK00.730.610.32
HSL350.08º57.99%42.94%-
HSV(B)350.08º73.41%67.84%-
XYZ19.2211.246.47-
YUV86.37117.08189.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.49%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 67 (26.56% from 255) = 23.43%
R=60.49%
G=16.08%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173466700.730.610.32350.0857.9942.94
HexAD2E430493D2015e3a2b
Octal25556103011175405367253
Binary10101101101110100001101001001111101100000101011110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E43; }

 p { color: rgb(173,46,67); }

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

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

 a { background-color: rgb(173,46,67); }

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

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

 span { border-color: rgb(173,46,67); }

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