#AD5C27

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

Shades of Fiery Orange #AD5C27

Tints of Fiery Orange #AD5C27

Color information

#AD5C27 (or 0xAD5C27) is unknown color: approx Fiery Orange. HEX triplet: AD, 5C and 27. RGB value is (173,92,39). Sum of RGB (Red+Green+Blue) = 173+92+39=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C27 is #52A3D8. Grayscale: #6E6E6E. Windows color (decimal): -5415897 or 2579629. OLE color: 2579629.

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

Color convert

RGB1739239-
CMYK00.470.770.32
HSL23.73º63.21%41.57%-
HSV(B)23.73º77.46%67.84%-
XYZ21.4316.694.01-
YUV110.1887.84172.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 39 (15.62% from 255) = 12.83%
R=56.91%
G=30.26%
B=12.83%

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
Decimal173923900.470.770.3223.7363.2141.57
HexAD5C2702F4D20183f2a
Octal2551344705711540307752
Binary1010110110111001001110101111100110110000011000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C27; }

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

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

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

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

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

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

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

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