Html Css Color HEX #AE602C Fiery Orange

📋 copy color: '#AE602C'

red 174 ◦ green 96 ◦ blue 44

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

Shades of Fiery Orange #AE602C

Tints of Fiery Orange #AE602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

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

R = 55.41%
G = 30.57%
B = 14.01%

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

#AE602C (or 0xAE602C) is known color: Fiery Orange. HEX triplet: AE, 60 and 2C. RGB value is (174,96,44). Sum of RGB (Red+Green+Blue) = 174+96+44=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE602C is #519FD3. Grayscale: #717171. Windows color (decimal): -5349332 or 2908334. OLE color: 2908334.

HSL color Cylindrical-coordinate representation of color #AE602C: hue angle of 24º 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 #AE602C is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 96 44 -
CMYK 0 0.45 0.75 0.32
HSL 24º 0.6% 0.43% -
HSV(B) 24º 0.75% 0.68% -
XYZ 22.09 17.55 4.61 -
YUV 113.39 88.84 171.23 -
System Red Green Blue C M Y K H S L
Decimal 174 96 44 0 0.45 0.75 0.32 24 0.6 0.43
Hex AE 60 2C 0 2D 4B 20 18 3C 2B
Octal 256 140 54 0 55 113 40 30 74 53
Binary 10101110 1100000 101100 0 101101 1001011 100000 11000 111100 101011

Color Harmonies of #AE602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE602C

Black with #AE602C

Text Example


Text Example

White with #AE602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE602C; }

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

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

background-color css

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

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

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

border-color css

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

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

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