Html Css Color HEX #AD5930 Fiery Orange

📋 copy color: '#AD5930'

red 173 ◦ green 89 ◦ blue 48

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

Shades of Fiery Orange #AD5930

Tints of Fiery Orange #AD5930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 55.81%
G = 28.71%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD5930 (or 0xAD5930) is known color: Fiery Orange. HEX triplet: AD, 59 and 30. RGB value is (173,89,48). Sum of RGB (Red+Green+Blue) = 173+89+48=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5930 is #52A6CF. Grayscale: #6D6D6D. Windows color (decimal): -5416656 or 3168685. OLE color: 3168685.

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

Color convert

RGB 173 89 48 -
CMYK 0 0.49 0.72 0.32
HSL 19.68º 0.57% 0.43% -
HSV(B) 19.68º 0.72% 0.68% -
XYZ 21.34 16.24 4.81 -
YUV 109.44 93.33 173.33 -
System Red Green Blue C M Y K H S L
Decimal 173 89 48 0 0.49 0.72 0.32 19.68 0.57 0.43
Hex AD 59 30 0 31 48 20 14 39 2B
Octal 255 131 60 0 61 110 40 24 71 53
Binary 10101101 1011001 110000 0 110001 1001000 100000 10100 111001 101011

Color Harmonies of #AD5930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5930

Black with #AD5930

Text Example


Text Example

White with #AD5930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5930; }

 p { color: rgb(173,89,48); }

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

background-color css

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

 a { background-color: rgb(173,89,48); }

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

border-color css

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

 span { border-color: rgb(173,89,48); }

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