#AE4B21

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

Shades of Rose Of Sharon #AE4B21

Tints of Rose Of Sharon #AE4B21

Color information

#AE4B21 (or 0xAE4B21) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 4B and 21. RGB value is (174,75,33). Sum of RGB (Red+Green+Blue) = 174+75+33=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4B21 is #51B4DE. Grayscale: #646464. Windows color (decimal): -5354719 or 2182062. OLE color: 2182062.

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

Color convert

RGB1747533-
CMYK00.570.810.32
HSL17.87º68.12%40.59%-
HSV(B)17.87º81.03%68.24%-
XYZ20.2514.143.1-
YUV99.8190.3180.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.70%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 33 (13.28% from 255) = 11.70%
R=61.70%
G=26.60%
B=11.70%

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
Decimal174753300.570.810.3217.8768.1240.59
HexAE4B210395120124429
Octal25611341071121402210451
Binary10101110100101110000101110011010001100000100101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4B21; }

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

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

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

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

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

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

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

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