Html Css Color HEX #AE491E Rose Of Sharon

📋 copy color: '#AE491E'

red 174 ◦ green 73 ◦ blue 30

#AE491E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #AE491E

Tints of Rose Of Sharon #AE491E

RGB

 RED value IS 174 (68.36% from 255) = 62.82%

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 62.82%
G = 26.35%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE491E (or 0xAE491E) is known color: Rose Of Sharon. HEX triplet: AE, 49 and 1E. RGB value is (174,73,30). Sum of RGB (Red+Green+Blue) = 174+73+30=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE491E is #51B6E1. Grayscale: #626262. Windows color (decimal): -5355234 or 1984942. OLE color: 1984942.

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

Color convert

RGB 174 73 30 -
CMYK 0 0.58 0.83 0.32
HSL 17.92º 0.71% 0.4% -
HSV(B) 17.92º 0.83% 0.68% -
XYZ 20.07 13.86 2.85 -
YUV 98.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 174 73 30 0 0.58 0.83 0.32 17.92 0.71 0.4
Hex AE 49 1E 0 3A 53 20 12 47 28
Octal 256 111 36 0 72 123 40 22 107 50
Binary 10101110 1001001 11110 0 111010 1010011 100000 10010 1000111 101000

Color Harmonies of #AE491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE491E

Black with #AE491E

Text Example


Text Example

White with #AE491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE491E; }

 p { color: rgb(174,73,30); }

 H1.HeaderClassName
 {
   color: #AE491E;
 }
 .AnyTagClassName
 {
   color: #AE491E;
 }
</style>

background-color css

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

 a { background-color: rgb(174,73,30); }

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

border-color css

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

 span { border-color: rgb(174,73,30); }

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