#AD592E

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

Shades of Fiery Orange #AD592E

Tints of Fiery Orange #AD592E

Color information

#AD592E (or 0xAD592E) is unknown color: approx Fiery Orange. HEX triplet: AD, 59 and 2E. RGB value is (173,89,46). Sum of RGB (Red+Green+Blue) = 173+89+46=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD592E is #52A6D1. Grayscale: #6D6D6D. Windows color (decimal): -5416658 or 3037613. OLE color: 3037613.

HSL color Cylindrical-coordinate representation of color #AD592E: hue angle of 20.31º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD592E is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB1738946-
CMYK00.490.730.32
HSL20.31º57.99%42.94%-
HSV(B)20.31º73.41%67.84%-
XYZ21.316.234.59-
YUV109.2192.33173.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=56.17%
G=28.90%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173894600.490.730.3220.3157.9942.94
HexAD592E0314920143a2b
Octal2551315606111140247253
Binary1010110110110011011100110001100100110000010100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD592E; }

 p { color: rgb(173,89,46); }

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

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

 a { background-color: rgb(173,89,46); }

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

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

 span { border-color: rgb(173,89,46); }

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