#AE6035

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

Shades of Fiery Orange #AE6035

Tints of Fiery Orange #AE6035

Color information

#AE6035 (or 0xAE6035) is unknown color: approx Fiery Orange. HEX triplet: AE, 60 and 35. RGB value is (174,96,53). Sum of RGB (Red+Green+Blue) = 174+96+53=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6035 is #519FCA. Grayscale: #727272. Windows color (decimal): -5349323 or 3498158. OLE color: 3498158.

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

Color convert

RGB1749653-
CMYK00.450.700.32
HSL21.32º53.3%44.51%-
HSV(B)21.32º69.54%68.24%-
XYZ22.2817.625.6-
YUV114.4293.34170.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=53.87%
G=29.72%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174965300.450.700.3221.3253.344.51
HexAE603502D462015352d
Octal2561406505510640256555
Binary1010111011000001101010101101100011010000010101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6035; }

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

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

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

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

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

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

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

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