#AE4D1F

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

Shades of Rose Of Sharon #AE4D1F

Tints of Rose Of Sharon #AE4D1F

Color information

#AE4D1F (or 0xAE4D1F) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 4D and 1F. RGB value is (174,77,31). Sum of RGB (Red+Green+Blue) = 174+77+31=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D1F is #51B2E0. Grayscale: #656565. Windows color (decimal): -5354209 or 2051502. OLE color: 2051502.

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

Color convert

RGB1747731-
CMYK00.560.820.32
HSL19.3º69.76%40.2%-
HSV(B)19.3º82.18%68.24%-
XYZ20.3614.413-
YUV100.7688.64180.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.70%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 31 (12.5% from 255) = 10.99%
R=61.70%
G=27.30%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174773100.560.820.3219.369.7640.2
HexAE4D1F0385220134628
Octal25611537070122402310650
Binary1010111010011011111101110001010010100000100111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D1F; }

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

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

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

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

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

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

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

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