Html Css Color HEX #AE5F2C Fiery Orange

📋 copy color: '#AE5F2C'

red 174 ◦ green 95 ◦ blue 44

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

Shades of Fiery Orange #AE5F2C

Tints of Fiery Orange #AE5F2C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 55.59%
G = 30.35%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE5F2C (or 0xAE5F2C) is known color: Fiery Orange. HEX triplet: AE, 5F and 2C. RGB value is (174,95,44). Sum of RGB (Red+Green+Blue) = 174+95+44=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5F2C is #51A0D3. Grayscale: #717171. Windows color (decimal): -5349588 or 2908078. OLE color: 2908078.

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

Color convert

RGB 174 95 44 -
CMYK 0 0.45 0.75 0.32
HSL 23.54º 0.6% 0.43% -
HSV(B) 23.54º 0.75% 0.68% -
XYZ 22 17.36 4.57 -
YUV 112.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 174 95 44 0 0.45 0.75 0.32 23.54 0.6 0.43
Hex AE 5F 2C 0 2D 4B 20 18 3C 2B
Octal 256 137 54 0 55 113 40 30 74 53
Binary 10101110 1011111 101100 0 101101 1001011 100000 11000 111100 101011

Color Harmonies of #AE5F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5F2C

Black with #AE5F2C

Text Example


Text Example

White with #AE5F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5F2C; }

 p { color: rgb(174,95,44); }

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

background-color css

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

 a { background-color: rgb(174,95,44); }

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

border-color css

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

 span { border-color: rgb(174,95,44); }

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