#AE4A32

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

Shades of Rose Of Sharon #AE4A32

Tints of Rose Of Sharon #AE4A32

Color information

#AE4A32 (or 0xAE4A32) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 4A and 32. RGB value is (174,74,50). Sum of RGB (Red+Green+Blue) = 174+74+50=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A32 is #51B5CD. Grayscale: #656565. Windows color (decimal): -5354958 or 3295918. OLE color: 3295918.

HSL color Cylindrical-coordinate representation of color #AE4A32: hue angle of 11.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE4A32 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1747450-
CMYK00.570.710.32
HSL11.61º55.36%43.92%-
HSV(B)11.61º71.26%68.24%-
XYZ20.4814.134.66-
YUV101.1699.13179.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.39%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 50 (19.92% from 255) = 16.78%
R=58.39%
G=24.83%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174745000.570.710.3211.6155.3643.92
HexAE4A320394720c372c
Octal2561126207110740146754
Binary101011101001010110010011100110001111000001100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A32; }

 p { color: rgb(174,74,50); }

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

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

 a { background-color: rgb(174,74,50); }

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

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

 span { border-color: rgb(174,74,50); }

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