#AD5628

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

Shades of Fiery Orange #AD5628

Tints of Fiery Orange #AD5628

Color information

#AD5628 (or 0xAD5628) is unknown color: approx Fiery Orange. HEX triplet: AD, 56 and 28. RGB value is (173,86,40). Sum of RGB (Red+Green+Blue) = 173+86+40=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5628 is #52A9D7. Grayscale: #6B6B6B. Windows color (decimal): -5417432 or 2643629. OLE color: 2643629.

HSL color Cylindrical-coordinate representation of color #AD5628: hue angle of 20.75º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD5628 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB1738640-
CMYK00.500.770.32
HSL20.75º62.44%41.76%-
HSV(B)20.75º76.88%67.84%-
XYZ20.9415.693.93-
YUV106.7790.32175.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.86%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=57.86%
G=28.76%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173864000.500.770.3220.7562.4441.76
HexAD56280324D20153e2a
Octal2551265006211540257652
Binary1010110110101101010000110010100110110000010101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5628; }

 p { color: rgb(173,86,40); }

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

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

 a { background-color: rgb(173,86,40); }

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

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

 span { border-color: rgb(173,86,40); }

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