#AD5B31

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

Shades of Fiery Orange #AD5B31

Tints of Fiery Orange #AD5B31

Color information

#AD5B31 (or 0xAD5B31) is unknown color: approx Fiery Orange. HEX triplet: AD, 5B and 31. RGB value is (173,91,49). Sum of RGB (Red+Green+Blue) = 173+91+49=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5B31 is #52A4CE. Grayscale: #6E6E6E. Windows color (decimal): -5416143 or 3234733. OLE color: 3234733.

HSL color Cylindrical-coordinate representation of color #AD5B31: hue angle of 20.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD5B31 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB1739149-
CMYK00.470.720.32
HSL20.32º55.86%43.53%-
HSV(B)20.32º71.68%67.84%-
XYZ21.5316.594.97-
YUV110.7393.17172.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=55.27%
G=29.07%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173914900.470.720.3220.3255.8643.53
HexAD5B3102F482014382c
Octal2551336105711040247054
Binary1010110110110111100010101111100100010000010100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B31; }

 p { color: rgb(173,91,49); }

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

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

 a { background-color: rgb(173,91,49); }

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

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

 span { border-color: rgb(173,91,49); }

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