#AE4221

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

Shades of Rose Of Sharon #AE4221

Tints of Rose Of Sharon #AE4221

Color information

#AE4221 (or 0xAE4221) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 42 and 21. RGB value is (174,66,33). Sum of RGB (Red+Green+Blue) = 174+66+33=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4221 is #51BDDE. Grayscale: #5E5E5E. Windows color (decimal): -5357023 or 2179758. OLE color: 2179758.

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

Color convert

RGB1746633-
CMYK00.620.810.32
HSL14.04º68.12%40.59%-
HSV(B)14.04º81.03%68.24%-
XYZ19.68132.91-
YUV94.5393.28184.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=63.74%
G=24.18%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174663300.620.810.3214.0468.1240.59
HexAE422103E5120e4429
Octal25610241076121401610451
Binary1010111010000101000010111110101000110000011101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4221; }

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

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

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

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

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

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

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

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