#AE6132

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

Shades of Fiery Orange #AE6132

Tints of Fiery Orange #AE6132

Color information

#AE6132 (or 0xAE6132) is unknown color: approx Fiery Orange. HEX triplet: AE, 61 and 32. RGB value is (174,97,50). Sum of RGB (Red+Green+Blue) = 174+97+50=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6132 is #519ECD. Grayscale: #727272. Windows color (decimal): -5349070 or 3301806. OLE color: 3301806.

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

Color convert

RGB1749750-
CMYK00.440.710.32
HSL22.74º55.36%43.92%-
HSV(B)22.74º71.26%68.24%-
XYZ22.3117.785.27-
YUV114.6691.51170.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 50 (19.92% from 255) = 15.58%
R=54.21%
G=30.22%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174975000.440.710.3222.7455.3643.92
HexAE613202C472017372c
Octal2561416205410740276754
Binary1010111011000011100100101100100011110000010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6132; }

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

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

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

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

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

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

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

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