#AD5A2B

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

Shades of Fiery Orange #AD5A2B

Tints of Fiery Orange #AD5A2B

Color information

#AD5A2B (or 0xAD5A2B) is unknown color: approx Fiery Orange. HEX triplet: AD, 5A and 2B. RGB value is (173,90,43). Sum of RGB (Red+Green+Blue) = 173+90+43=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A2B is #52A5D4. Grayscale: #6D6D6D. Windows color (decimal): -5416405 or 2841261. OLE color: 2841261.

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

Color convert

RGB1739043-
CMYK00.480.750.32
HSL21.69º60.19%42.35%-
HSV(B)21.69º75.14%67.84%-
XYZ21.3316.374.32-
YUV109.4690.5173.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 43 (17.19% from 255) = 14.05%
R=56.54%
G=29.41%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173904300.480.750.3221.6960.1942.35
HexAD5A2B0304B20163c2a
Octal2551325306011340267452
Binary1010110110110101010110110000100101110000010110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A2B; }

 p { color: rgb(173,90,43); }

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

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

 a { background-color: rgb(173,90,43); }

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

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

 span { border-color: rgb(173,90,43); }

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