#AE512A

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

Shades of Rose Of Sharon #AE512A

Tints of Rose Of Sharon #AE512A

Color information

#AE512A (or 0xAE512A) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 51 and 2A. RGB value is (174,81,42). Sum of RGB (Red+Green+Blue) = 174+81+42=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE512A is #51AED5. Grayscale: #686868. Windows color (decimal): -5353174 or 2773422. OLE color: 2773422.

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

Color convert

RGB1748142-
CMYK00.530.760.32
HSL17.73º61.11%42.35%-
HSV(B)17.73º75.86%68.24%-
XYZ20.8215.054-
YUV104.3692.81177.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.59%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=58.59%
G=27.27%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174814200.530.760.3217.7361.1142.35
HexAE512A0354C20123d2a
Octal2561215206511440227552
Binary1010111010100011010100110101100110010000010010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE512A; }

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

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

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

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

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

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

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

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