Html Css Color HEX #AE5D2F Fiery Orange

📋 copy color: '#AE5D2F'

red 174 ◦ green 93 ◦ blue 47

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

Shades of Fiery Orange #AE5D2F

Tints of Fiery Orange #AE5D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.62%

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 55.41%
G = 29.62%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AE5D2F (or 0xAE5D2F) is known color: Fiery Orange. HEX triplet: AE, 5D and 2F. RGB value is (174,93,47). Sum of RGB (Red+Green+Blue) = 174+93+47=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D2F is #51A2D0. Grayscale: #707070. Windows color (decimal): -5350097 or 3104174. OLE color: 3104174.

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

Color convert

RGB 174 93 47 -
CMYK 0 0.47 0.73 0.32
HSL 21.73º 0.57% 0.43% -
HSV(B) 21.73º 0.73% 0.68% -
XYZ 21.88 17.03 4.82 -
YUV 111.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 174 93 47 0 0.47 0.73 0.32 21.73 0.57 0.43
Hex AE 5D 2F 0 2F 49 20 16 39 2B
Octal 256 135 57 0 57 111 40 26 71 53
Binary 10101110 1011101 101111 0 101111 1001001 100000 10110 111001 101011

Color Harmonies of #AE5D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D2F

Black with #AE5D2F

Text Example


Text Example

White with #AE5D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D2F; }

 p { color: rgb(174,93,47); }

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

background-color css

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

 a { background-color: rgb(174,93,47); }

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

border-color css

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

 span { border-color: rgb(174,93,47); }

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