#AE3840

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

Shades of Old Rose #AE3840

Tints of Old Rose #AE3840

Color information

#AE3840 (or 0xAE3840) is unknown color: approx Old Rose. HEX triplet: AE, 38 and 40. RGB value is (174,56,64). Sum of RGB (Red+Green+Blue) = 174+56+64=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3840 is #51C7BF. Grayscale: #5C5C5C. Windows color (decimal): -5359552 or 4208814. OLE color: 4208814.

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

Color convert

RGB1745664-
CMYK00.680.630.32
HSL355.93º51.3%45.1%-
HSV(B)355.93º67.82%68.24%-
XYZ19.812.26.16-
YUV92.19112.09186.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.18%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=59.18%
G=19.05%
B=21.77%

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
Decimal174566400.680.630.32355.9351.345.1
HexAE38400443F20164332d
Octal25670100010477405446355
Binary10101110111000100000001000100111111100000101100100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3840; }

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

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

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

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

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

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

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

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