#ad5f2e

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

Shades of Fiery Orange #AD5F2E

Tints of Fiery Orange #AD5F2E

Color information

#AD5F2E (or 0xAD5F2E) is unknown color: approx Fiery Orange. HEX triplet: AD, 5F and 2E. RGB value is (173,95,46). Sum of RGB (Red+Green+Blue) = 173+95+46=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F2E is #52A0D1. Grayscale: #717171. Windows color (decimal): -5415122 or 3039149. OLE color: 3039149.

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

Color convert

RGB1739546-
CMYK00.450.730.32
HSL23.15º57.99%42.94%-
HSV(B)23.15º73.41%67.84%-
XYZ21.8217.274.77-
YUV112.7490.34170.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.10%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 46 (18.36% from 255) = 14.65%
R=55.10%
G=30.25%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173954600.450.730.3223.1557.9942.94
HexAD5F2E02D4920173a2b
Octal2551375605511140277253
Binary1010110110111111011100101101100100110000010111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad5f2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad5f2e; }

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

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

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

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

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

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

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

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