#AE6131

Color #AE6131 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #AE6131

Tints of Fiery Orange #AE6131

Color information

#AE6131 (or 0xAE6131) is unknown color: approx Fiery Orange. HEX triplet: AE, 61 and 31. RGB value is (174,97,49). Sum of RGB (Red+Green+Blue) = 174+97+49=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6131 is #519ECE. Grayscale: #727272. Windows color (decimal): -5349071 or 3236270. OLE color: 3236270.

HSL color Cylindrical-coordinate representation of color #AE6131: hue angle of 23.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE6131 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB1749749-
CMYK00.440.720.32
HSL23.04º56.05%43.73%-
HSV(B)23.04º71.84%68.24%-
XYZ22.2817.775.16-
YUV114.5591.01170.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 49 (19.53% from 255) = 15.31%
R=54.38%
G=30.31%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174974900.440.720.3223.0456.0543.73
HexAE613102C482017382c
Octal2561416105411040277054
Binary1010111011000011100010101100100100010000010111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6131; }

 p { color: rgb(174,97,49); }

 H1.HeaderClassName
 {
   color: #AE6131;
 }
 .AnyTagClassName
 {
   color: #AE6131;
 }
</style>
background-color css

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

 a { background-color: rgb(174,97,49); }

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

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

 span { border-color: rgb(174,97,49); }

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