Html Css Color HEX #AE5B30 Fiery Orange

📋 copy color: '#AE5B30'

red 174 ◦ green 91 ◦ blue 48

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

Shades of Fiery Orange #AE5B30

Tints of Fiery Orange #AE5B30

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 55.59%
G = 29.07%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE5B30 (or 0xAE5B30) is known color: Fiery Orange. HEX triplet: AE, 5B and 30. RGB value is (174,91,48). Sum of RGB (Red+Green+Blue) = 174+91+48=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5B30 is #51A4CF. Grayscale: #6F6F6F. Windows color (decimal): -5350608 or 3169198. OLE color: 3169198.

HSL color Cylindrical-coordinate representation of color #AE5B30: hue angle of 20.48º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE5B30 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 91 48 -
CMYK 0 0.48 0.72 0.32
HSL 20.48º 0.57% 0.44% -
HSV(B) 20.48º 0.72% 0.68% -
XYZ 21.73 16.69 4.87 -
YUV 110.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 174 91 48 0 0.48 0.72 0.32 20.48 0.57 0.44
Hex AE 5B 30 0 30 48 20 14 39 2C
Octal 256 133 60 0 60 110 40 24 71 54
Binary 10101110 1011011 110000 0 110000 1001000 100000 10100 111001 101100

Color Harmonies of #AE5B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5B30

Black with #AE5B30

Text Example


Text Example

White with #AE5B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5B30; }

 p { color: rgb(174,91,48); }

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

background-color css

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

 a { background-color: rgb(174,91,48); }

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

border-color css

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

 span { border-color: rgb(174,91,48); }

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