#AE3443

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

Shades of Old Rose #AE3443

Tints of Old Rose #AE3443

Color information

#AE3443 (or 0xAE3443) is unknown color: approx Old Rose. HEX triplet: AE, 34 and 43. RGB value is (174,52,67). Sum of RGB (Red+Green+Blue) = 174+52+67=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3443 is #51CBBC. Grayscale: #5A5A5A. Windows color (decimal): -5360573 or 4404398. OLE color: 4404398.

HSL color Cylindrical-coordinate representation of color #AE3443: hue angle of 352.62º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE3443 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1745267-
CMYK00.700.610.32
HSL352.62º53.98%44.31%-
HSV(B)352.62º70.11%68.24%-
XYZ19.711.866.56-
YUV90.19114.92187.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=59.39%
G=17.75%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174526700.700.610.32352.6253.9844.31
HexAE34430463D20161362c
Octal25664103010675405416654
Binary10101110110100100001101000110111101100000101100001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3443; }

 p { color: rgb(174,52,67); }

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

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

 a { background-color: rgb(174,52,67); }

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

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

 span { border-color: rgb(174,52,67); }

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