#AE532A

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

Shades of Rose Of Sharon #AE532A

Tints of Rose Of Sharon #AE532A

Color information

#AE532A (or 0xAE532A) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 53 and 2A. RGB value is (174,83,42). Sum of RGB (Red+Green+Blue) = 174+83+42=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE532A is #51ACD5. Grayscale: #696969. Windows color (decimal): -5352662 or 2773934. OLE color: 2773934.

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

Color convert

RGB1748342-
CMYK00.520.760.32
HSL18.64º61.11%42.35%-
HSV(B)18.64º75.86%68.24%-
XYZ20.9715.354.05-
YUV105.5392.15176.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.19%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=58.19%
G=27.76%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174834200.520.760.3218.6461.1142.35
HexAE532A0344C20133d2a
Octal2561235206411440237552
Binary1010111010100111010100110100100110010000010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE532A; }

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

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

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

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

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

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

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

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