Html Css Color HEX #AD5A31 Fiery Orange

📋 copy color: '#AD5A31'

red 173 ◦ green 90 ◦ blue 49

#AD5A31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #AD5A31

Tints of Fiery Orange #AD5A31

RGB

 RED value IS 173 (67.97% from 255) = 55.45%

 GREEN value IS 90 (35.55% from 255) = 28.85%

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 55.45%
G = 28.85%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD5A31 (or 0xAD5A31) is known color: Fiery Orange. HEX triplet: AD, 5A and 31. RGB value is (173,90,49). Sum of RGB (Red+Green+Blue) = 173+90+49=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A31 is #52A5CE. Grayscale: #6E6E6E. Windows color (decimal): -5416399 or 3234477. OLE color: 3234477.

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

Color convert

RGB 173 90 49 -
CMYK 0 0.48 0.72 0.32
HSL 19.84º 0.56% 0.44% -
HSV(B) 19.84º 0.72% 0.68% -
XYZ 21.44 16.42 4.94 -
YUV 110.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 173 90 49 0 0.48 0.72 0.32 19.84 0.56 0.44
Hex AD 5A 31 0 30 48 20 14 38 2C
Octal 255 132 61 0 60 110 40 24 70 54
Binary 10101101 1011010 110001 0 110000 1001000 100000 10100 111000 101100

Color Harmonies of #AD5A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A31

Black with #AD5A31

Text Example


Text Example

White with #AD5A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A31; }

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

 H1.HeaderClassName
 {
   color: #AD5A31;
 }
 .AnyTagClassName
 {
   color: #AD5A31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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