#AE4D28

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

Shades of Rose Of Sharon #AE4D28

Tints of Rose Of Sharon #AE4D28

Color information

#AE4D28 (or 0xAE4D28) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 4D and 28. RGB value is (174,77,40). Sum of RGB (Red+Green+Blue) = 174+77+40=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D28 is #51B2D7. Grayscale: #666666. Windows color (decimal): -5354200 or 2641326. OLE color: 2641326.

HSL color Cylindrical-coordinate representation of color #AE4D28: hue angle of 16.57º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE4D28 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB1747740-
CMYK00.560.770.32
HSL16.57º62.62%41.96%-
HSV(B)16.57º77.01%68.24%-
XYZ20.4914.463.72-
YUV101.7893.14179.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.79%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 40 (16.02% from 255) = 13.75%
R=59.79%
G=26.46%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174774000.560.770.3216.5762.6241.96
HexAE4D280384D20113f2a
Octal2561155007011540217752
Binary1010111010011011010000111000100110110000010001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D28; }

 p { color: rgb(174,77,40); }

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

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

 a { background-color: rgb(174,77,40); }

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

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

 span { border-color: rgb(174,77,40); }

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