#AE4A21

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

Shades of Rose Of Sharon #AE4A21

Tints of Rose Of Sharon #AE4A21

Color information

#AE4A21 (or 0xAE4A21) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 4A and 21. RGB value is (174,74,33). Sum of RGB (Red+Green+Blue) = 174+74+33=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A21 is #51B5DE. Grayscale: #636363. Windows color (decimal): -5354975 or 2181806. OLE color: 2181806.

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

Color convert

RGB1747433-
CMYK00.570.810.32
HSL17.45º68.12%40.59%-
HSV(B)17.45º81.03%68.24%-
XYZ20.1814.013.08-
YUV99.2390.63181.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.92%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=61.92%
G=26.33%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174743300.570.810.3217.4568.1240.59
HexAE4A210395120114429
Octal25611241071121402110451
Binary10101110100101010000101110011010001100000100011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A21; }

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

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

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

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

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

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

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

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