#AD5D2C

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

Shades of Fiery Orange #AD5D2C

Tints of Fiery Orange #AD5D2C

Color information

#AD5D2C (or 0xAD5D2C) is unknown color: approx Fiery Orange. HEX triplet: AD, 5D and 2C. RGB value is (173,93,44). Sum of RGB (Red+Green+Blue) = 173+93+44=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D2C is #52A2D3. Grayscale: #6F6F6F. Windows color (decimal): -5415636 or 2907565. OLE color: 2907565.

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

Color convert

RGB1739344-
CMYK00.460.750.32
HSL22.79º59.45%42.55%-
HSV(B)22.79º74.57%67.84%-
XYZ21.616.894.51-
YUV111.3390171.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 44 (17.58% from 255) = 14.19%
R=55.81%
G=30%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173934400.460.750.3222.7959.4542.55
HexAD5D2C02E4B20173b2b
Octal2551355405611340277353
Binary1010110110111011011000101110100101110000010111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5D2C; }

 p { color: rgb(173,93,44); }

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

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

 a { background-color: rgb(173,93,44); }

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

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

 span { border-color: rgb(173,93,44); }

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