Html Css Color HEX #AE461E Rose Of Sharon

📋 copy color: '#AE461E'

red 174 ◦ green 70 ◦ blue 30

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

Shades of Rose Of Sharon #AE461E

Tints of Rose Of Sharon #AE461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 63.5%
G = 25.55%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE461E (or 0xAE461E) is known color: Rose Of Sharon. HEX triplet: AE, 46 and 1E. RGB value is (174,70,30). Sum of RGB (Red+Green+Blue) = 174+70+30=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE461E is #51B9E1. Grayscale: #606060. Windows color (decimal): -5356002 or 1984174. OLE color: 1984174.

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

Color convert

RGB 174 70 30 -
CMYK 0 0.60 0.83 0.32
HSL 16.67º 0.71% 0.4% -
HSV(B) 16.67º 0.83% 0.68% -
XYZ 19.88 13.47 2.78 -
YUV 96.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 174 70 30 0 0.60 0.83 0.32 16.67 0.71 0.4
Hex AE 46 1E 0 3C 53 20 11 47 28
Octal 256 106 36 0 74 123 40 21 107 50
Binary 10101110 1000110 11110 0 111100 1010011 100000 10001 1000111 101000

Color Harmonies of #AE461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE461E

Black with #AE461E

Text Example


Text Example

White with #AE461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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