#AD5A24

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

Shades of Fiery Orange #AD5A24

Tints of Fiery Orange #AD5A24

Color information

#AD5A24 (or 0xAD5A24) is unknown color: approx Fiery Orange. HEX triplet: AD, 5A and 24. RGB value is (173,90,36). Sum of RGB (Red+Green+Blue) = 173+90+36=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A24 is #52A5DB. Grayscale: #6C6C6C. Windows color (decimal): -5416412 or 2382509. OLE color: 2382509.

HSL color Cylindrical-coordinate representation of color #AD5A24: hue angle of 23.65º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD5A24 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB1739036-
CMYK00.480.790.32
HSL23.65º65.55%40.98%-
HSV(B)23.65º79.19%67.84%-
XYZ21.2116.323.7-
YUV108.6687173.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.86%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 36 (14.45% from 255) = 12.04%
R=57.86%
G=30.10%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173903600.480.790.3223.6565.5540.98
HexAD5A240304F20184229
Octal25513244060117403010251
Binary10101101101101010010001100001001111100000110001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A24; }

 p { color: rgb(173,90,36); }

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

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

 a { background-color: rgb(173,90,36); }

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

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

 span { border-color: rgb(173,90,36); }

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