#AE452A

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

Shades of Rose Of Sharon #AE452A

Tints of Rose Of Sharon #AE452A

Color information

#AE452A (or 0xAE452A) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 45 and 2A. RGB value is (174,69,42). Sum of RGB (Red+Green+Blue) = 174+69+42=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE452A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE452A is #51BAD5. Grayscale: #616161. Windows color (decimal): -5356246 or 2770350. OLE color: 2770350.

HSL color Cylindrical-coordinate representation of color #AE452A: hue angle of 12.27º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE452A is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1746942-
CMYK00.600.760.32
HSL12.27º61.11%42.35%-
HSV(B)12.27º75.86%68.24%-
XYZ2013.423.73-
YUV97.3296.79182.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=61.05%
G=24.21%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174694200.600.760.3212.2761.1142.35
HexAE452A03C4C20c3d2a
Octal2561055207411440147552
Binary101011101000101101010011110010011001000001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE452A; }

 p { color: rgb(174,69,42); }

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

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

 a { background-color: rgb(174,69,42); }

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

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

 span { border-color: rgb(174,69,42); }

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