#AE2E3E

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

Shades of Old Rose #AE2E3E

Tints of Old Rose #AE2E3E

Color information

#AE2E3E (or 0xAE2E3E) is unknown color: approx Old Rose. HEX triplet: AE, 2E and 3E. RGB value is (174,46,62). Sum of RGB (Red+Green+Blue) = 174+46+62=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2E3E is #51D1C1. Grayscale: #565656. Windows color (decimal): -5362114 or 4075182. OLE color: 4075182.

HSL color Cylindrical-coordinate representation of color #AE2E3E: hue angle of 352.5º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE2E3E is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1744662-
CMYK00.740.640.32
HSL352.5º58.18%43.14%-
HSV(B)352.5º73.56%68.24%-
XYZ19.311.35.72-
YUV86.1114.41190.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.70%
GREEN value IS 46 (18.36% from 255) = 16.31%
BLUE value IS 62 (24.61% from 255) = 21.99%
R=61.70%
G=16.31%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174466200.740.640.32352.558.1843.14
HexAE2E3E04A40201603a2b
Octal25656760112100405407253
Binary10101110101110111110010010101000000100000101100000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E3E; }

 p { color: rgb(174,46,62); }

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

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

 a { background-color: rgb(174,46,62); }

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

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

 span { border-color: rgb(174,46,62); }

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