#AD5F2F

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

Shades of Fiery Orange #AD5F2F

Tints of Fiery Orange #AD5F2F

Color information

#AD5F2F (or 0xAD5F2F) is unknown color: approx Fiery Orange. HEX triplet: AD, 5F and 2F. RGB value is (173,95,47). Sum of RGB (Red+Green+Blue) = 173+95+47=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F2F is #52A0D0. Grayscale: #717171. Windows color (decimal): -5415121 or 3104685. OLE color: 3104685.

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

Color convert

RGB1739547-
CMYK00.450.730.32
HSL22.86º57.27%43.14%-
HSV(B)22.86º72.83%67.84%-
XYZ21.8417.274.87-
YUV112.8590.84170.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.92%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=54.92%
G=30.16%
B=14.92%

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
Decimal173954700.450.730.3222.8657.2743.14
HexAD5F2F02D492017392b
Octal2551375705511140277153
Binary1010110110111111011110101101100100110000010111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F2F; }

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

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

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

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

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

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

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

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