#AE3245

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

Shades of Old Rose #AE3245

Tints of Old Rose #AE3245

Color information

#AE3245 (or 0xAE3245) is unknown color: approx Old Rose. HEX triplet: AE, 32 and 45. RGB value is (174,50,69). Sum of RGB (Red+Green+Blue) = 174+50+69=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3245 is #51CDBA. Grayscale: #595959. Windows color (decimal): -5361083 or 4534958. OLE color: 4534958.

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

Color convert

RGB1745069-
CMYK00.710.600.32
HSL350.81º55.36%43.92%-
HSV(B)350.81º71.26%68.24%-
XYZ19.6711.716.85-
YUV89.24116.58188.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=59.39%
G=17.06%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174506900.710.600.32350.8155.3643.92
HexAE32450473C2015f372c
Octal25662105010774405376754
Binary10101110110010100010101000111111100100000101011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3245; }

 p { color: rgb(174,50,69); }

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

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

 a { background-color: rgb(174,50,69); }

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

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

 span { border-color: rgb(174,50,69); }

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