Html Css Color HEX #AE471E Rose Of Sharon

📋 copy color: '#AE471E'

red 174 ◦ green 71 ◦ blue 30

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

Shades of Rose Of Sharon #AE471E

Tints of Rose Of Sharon #AE471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 63.27%
G = 25.82%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE471E (or 0xAE471E) is known color: Rose Of Sharon. HEX triplet: AE, 47 and 1E. RGB value is (174,71,30). Sum of RGB (Red+Green+Blue) = 174+71+30=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE471E is #51B8E1. Grayscale: #616161. Windows color (decimal): -5355746 or 1984430. OLE color: 1984430.

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

Color convert

RGB 174 71 30 -
CMYK 0 0.59 0.83 0.32
HSL 17.08º 0.71% 0.4% -
HSV(B) 17.08º 0.83% 0.68% -
XYZ 19.94 13.6 2.8 -
YUV 97.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 174 71 30 0 0.59 0.83 0.32 17.08 0.71 0.4
Hex AE 47 1E 0 3B 53 20 11 47 28
Octal 256 107 36 0 73 123 40 21 107 50
Binary 10101110 1000111 11110 0 111011 1010011 100000 10001 1000111 101000

Color Harmonies of #AE471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE471E

Black with #AE471E

Text Example


Text Example

White with #AE471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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