Html Css Color HEX #AE5C2A Fiery Orange

📋 copy color: '#AE5C2A'

red 174 ◦ green 92 ◦ blue 42

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

Shades of Fiery Orange #AE5C2A

Tints of Fiery Orange #AE5C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 56.49%
G = 29.87%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE5C2A (or 0xAE5C2A) is known color: Fiery Orange. HEX triplet: AE, 5C and 2A. RGB value is (174,92,42). Sum of RGB (Red+Green+Blue) = 174+92+42=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5C2A is #51A3D5. Grayscale: #6F6F6F. Windows color (decimal): -5350358 or 2776238. OLE color: 2776238.

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

Color convert

RGB 174 92 42 -
CMYK 0 0.47 0.76 0.32
HSL 22.73º 0.61% 0.42% -
HSV(B) 22.73º 0.76% 0.68% -
XYZ 21.7 16.82 4.29 -
YUV 110.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 174 92 42 0 0.47 0.76 0.32 22.73 0.61 0.42
Hex AE 5C 2A 0 2F 4C 20 17 3D 2A
Octal 256 134 52 0 57 114 40 27 75 52
Binary 10101110 1011100 101010 0 101111 1001100 100000 10111 111101 101010

Color Harmonies of #AE5C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C2A

Black with #AE5C2A

Text Example


Text Example

White with #AE5C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C2A; }

 p { color: rgb(174,92,42); }

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

background-color css

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

 a { background-color: rgb(174,92,42); }

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

border-color css

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

 span { border-color: rgb(174,92,42); }

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