#AE2843

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

Shades of Old Rose #AE2843

Tints of Old Rose #AE2843

Color information

#AE2843 (or 0xAE2843) is unknown color: approx Old Rose. HEX triplet: AE, 28 and 43. RGB value is (174,40,67). Sum of RGB (Red+Green+Blue) = 174+40+67=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2843 is #51D7BC. Grayscale: #535353. Windows color (decimal): -5363645 or 4401326. OLE color: 4401326.

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

Color convert

RGB1744067-
CMYK00.770.610.32
HSL347.91º62.62%41.96%-
HSV(B)347.91º77.01%68.24%-
XYZ19.2310.926.4-
YUV83.14118.89192.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.92%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 67 (26.56% from 255) = 23.84%
R=61.92%
G=14.23%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174406700.770.610.32347.9162.6241.96
HexAE284304D3D2015c3f2a
Octal25650103011575405347752
Binary10101110101000100001101001101111101100000101011100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2843; }

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

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

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

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

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

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

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

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