Html Css Color HEX #AE5F26 Fiery Orange

📋 copy color: '#AE5F26'

red 174 ◦ green 95 ◦ blue 38

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

Shades of Fiery Orange #AE5F26

Tints of Fiery Orange #AE5F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.38%

R = 56.68%
G = 30.94%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE5F26 (or 0xAE5F26) is known color: Fiery Orange. HEX triplet: AE, 5F and 26. RGB value is (174,95,38). Sum of RGB (Red+Green+Blue) = 174+95+38=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5F26 is #51A0D9. Grayscale: #707070. Windows color (decimal): -5349594 or 2514862. OLE color: 2514862.

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

Color convert

RGB 174 95 38 -
CMYK 0 0.45 0.78 0.32
HSL 25.15º 0.64% 0.42% -
HSV(B) 25.15º 0.78% 0.68% -
XYZ 21.9 17.32 4.02 -
YUV 112.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 174 95 38 0 0.45 0.78 0.32 25.15 0.64 0.42
Hex AE 5F 26 0 2D 4E 20 19 40 2A
Octal 256 137 46 0 55 116 40 31 100 52
Binary 10101110 1011111 100110 0 101101 1001110 100000 11001 1000000 101010

Color Harmonies of #AE5F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5F26

Black with #AE5F26

Text Example


Text Example

White with #AE5F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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