#AE3644

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

Shades of Old Rose #AE3644

Tints of Old Rose #AE3644

Color information

#AE3644 (or 0xAE3644) is unknown color: approx Old Rose. HEX triplet: AE, 36 and 44. RGB value is (174,54,68). Sum of RGB (Red+Green+Blue) = 174+54+68=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3644 is #51C9BB. Grayscale: #5B5B5B. Windows color (decimal): -5360060 or 4470446. OLE color: 4470446.

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

Color convert

RGB1745468-
CMYK00.690.610.32
HSL353º52.63%44.71%-
HSV(B)353º68.97%68.24%-
XYZ19.8212.056.75-
YUV91.48114.76186.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 68 (26.95% from 255) = 22.97%
R=58.78%
G=18.24%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174546800.690.610.3235352.6344.71
HexAE36440453D20161352d
Octal25666104010575405416555
Binary10101110110110100010001000101111101100000101100001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3644; }

 p { color: rgb(174,54,68); }

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

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

 a { background-color: rgb(174,54,68); }

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

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

 span { border-color: rgb(174,54,68); }

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