#AE3740

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

Shades of Old Rose #AE3740

Tints of Old Rose #AE3740

Color information

#AE3740 (or 0xAE3740) is unknown color: approx Old Rose. HEX triplet: AE, 37 and 40. RGB value is (174,55,64). Sum of RGB (Red+Green+Blue) = 174+55+64=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3740 is #51C8BF. Grayscale: #5B5B5B. Windows color (decimal): -5359808 or 4208558. OLE color: 4208558.

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

Color convert

RGB1745564-
CMYK00.680.630.32
HSL355.46º51.97%44.9%-
HSV(B)355.46º68.39%68.24%-
XYZ19.7512.16.15-
YUV91.61112.42186.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=59.39%
G=18.77%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174556400.680.630.32355.4651.9744.9
HexAE37400443F20163342d
Octal25667100010477405436455
Binary10101110110111100000001000100111111100000101100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3740; }

 p { color: rgb(174,55,64); }

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

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

 a { background-color: rgb(174,55,64); }

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

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

 span { border-color: rgb(174,55,64); }

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