#AE3043

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

Shades of Old Rose #AE3043

Tints of Old Rose #AE3043

Color information

#AE3043 (or 0xAE3043) is unknown color: approx Old Rose. HEX triplet: AE, 30 and 43. RGB value is (174,48,67). Sum of RGB (Red+Green+Blue) = 174+48+67=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3043 is #51CFBC. Grayscale: #575757. Windows color (decimal): -5361597 or 4403374. OLE color: 4403374.

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

Color convert

RGB1744867-
CMYK00.720.610.32
HSL350.95º56.76%43.53%-
HSV(B)350.95º72.41%68.24%-
XYZ19.5311.526.5-
YUV87.84116.24189.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 67 (26.56% from 255) = 23.18%
R=60.21%
G=16.61%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174486700.720.610.32350.9556.7643.53
HexAE30430483D2015f392c
Octal25660103011075405377154
Binary10101110110000100001101001000111101100000101011111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3043; }

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

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

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

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

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

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

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

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