#AD5E2D

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

Shades of Fiery Orange #AD5E2D

Tints of Fiery Orange #AD5E2D

Color information

#AD5E2D (or 0xAD5E2D) is unknown color: approx Fiery Orange. HEX triplet: AD, 5E and 2D. RGB value is (173,94,45). Sum of RGB (Red+Green+Blue) = 173+94+45=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E2D is #52A1D2. Grayscale: #707070. Windows color (decimal): -5415379 or 2973357. OLE color: 2973357.

HSL color Cylindrical-coordinate representation of color #AD5E2D: hue angle of 22.97º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD5E2D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB1739445-
CMYK00.460.740.32
HSL22.97º58.72%42.75%-
HSV(B)22.97º73.99%67.84%-
XYZ21.7117.084.63-
YUV112.0490.17171.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.45%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 45 (17.97% from 255) = 14.42%
R=55.45%
G=30.13%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173944500.460.740.3222.9758.7242.75
HexAD5E2D02E4A20173b2b
Octal2551365505611240277353
Binary1010110110111101011010101110100101010000010111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5E2D; }

 p { color: rgb(173,94,45); }

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

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

 a { background-color: rgb(173,94,45); }

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

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

 span { border-color: rgb(173,94,45); }

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