#AE3742

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

Shades of Old Rose #AE3742

Tints of Old Rose #AE3742

Color information

#AE3742 (or 0xAE3742) is unknown color: approx Old Rose. HEX triplet: AE, 37 and 42. RGB value is (174,55,66). Sum of RGB (Red+Green+Blue) = 174+55+66=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3742 is #51C8BD. Grayscale: #5B5B5B. Windows color (decimal): -5359806 or 4339630. OLE color: 4339630.

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

Color convert

RGB1745566-
CMYK00.680.620.32
HSL354.45º51.97%44.9%-
HSV(B)354.45º68.39%68.24%-
XYZ19.8112.126.45-
YUV91.84113.42186.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.98%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=58.98%
G=18.64%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174556600.680.620.32354.4551.9744.9
HexAE37420443E20162342d
Octal25667102010476405426455
Binary10101110110111100001001000100111110100000101100010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3742; }

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

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

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

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

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

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

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

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