#AE3741

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

Shades of Old Rose #AE3741

Tints of Old Rose #AE3741

Color information

#AE3741 (or 0xAE3741) is unknown color: approx Old Rose. HEX triplet: AE, 37 and 41. RGB value is (174,55,65). Sum of RGB (Red+Green+Blue) = 174+55+65=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3741 is #51C8BE. Grayscale: #5B5B5B. Windows color (decimal): -5359807 or 4274094. OLE color: 4274094.

HSL color Cylindrical-coordinate representation of color #AE3741: hue angle of 354.96º 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 #AE3741 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB1745565-
CMYK00.680.630.32
HSL354.96º51.97%44.9%-
HSV(B)354.96º68.39%68.24%-
XYZ19.7812.116.3-
YUV91.72112.92186.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.18%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=59.18%
G=18.71%
B=22.11%

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
Decimal174556500.680.630.32354.9651.9744.9
HexAE37410443F20163342d
Octal25667101010477405436455
Binary10101110110111100000101000100111111100000101100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3741; }

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

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

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

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

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

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

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

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