#AD5B27

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

Shades of Fiery Orange #AD5B27

Tints of Fiery Orange #AD5B27

Color information

#AD5B27 (or 0xAD5B27) is unknown color: approx Fiery Orange. HEX triplet: AD, 5B and 27. RGB value is (173,91,39). Sum of RGB (Red+Green+Blue) = 173+91+39=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5B27 is #52A4D8. Grayscale: #6D6D6D. Windows color (decimal): -5416153 or 2579373. OLE color: 2579373.

HSL color Cylindrical-coordinate representation of color #AD5B27: hue angle of 23.28º degrees, saturation: 0.63, 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 #AD5B27 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB1739139-
CMYK00.470.770.32
HSL23.28º63.21%41.57%-
HSV(B)23.28º77.46%67.84%-
XYZ21.3416.513.98-
YUV109.5988.17173.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.10%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 39 (15.62% from 255) = 12.87%
R=57.10%
G=30.03%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173913900.470.770.3223.2863.2141.57
HexAD5B2702F4D20173f2a
Octal2551334705711540277752
Binary1010110110110111001110101111100110110000010111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B27; }

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

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

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

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

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

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

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

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