#AE3345

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

Shades of Old Rose #AE3345

Tints of Old Rose #AE3345

Color information

#AE3345 (or 0xAE3345) is unknown color: approx Old Rose. HEX triplet: AE, 33 and 45. RGB value is (174,51,69). Sum of RGB (Red+Green+Blue) = 174+51+69=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3345 is #51CCBA. Grayscale: #595959. Windows color (decimal): -5360827 or 4535214. OLE color: 4535214.

HSL color Cylindrical-coordinate representation of color #AE3345: hue angle of 351.22º 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 #AE3345 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1745169-
CMYK00.710.600.32
HSL351.22º54.67%44.12%-
HSV(B)351.22º70.69%68.24%-
XYZ19.7111.86.87-
YUV89.83116.25188.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.18%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=59.18%
G=17.35%
B=23.47%

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
Decimal174516900.710.600.32351.2254.6744.12
HexAE33450473C2015f372c
Octal25663105010774405376754
Binary10101110110011100010101000111111100100000101011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3345; }

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

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

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

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

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

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

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

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