Html Css Color HEX #AD6031 Fiery Orange

📋 copy color: '#AD6031'

red 173 ◦ green 96 ◦ blue 49

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

Shades of Fiery Orange #AD6031

Tints of Fiery Orange #AD6031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

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

R = 54.4%
G = 30.19%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6031 (or 0xAD6031) is known color: Fiery Orange. HEX triplet: AD, 60 and 31. RGB value is (173,96,49). Sum of RGB (Red+Green+Blue) = 173+96+49=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6031 is #529FCE. Grayscale: #717171. Windows color (decimal): -5414863 or 3236013. OLE color: 3236013.

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

Color convert

RGB 173 96 49 -
CMYK 0 0.45 0.72 0.32
HSL 22.74º 0.56% 0.44% -
HSV(B) 22.74º 0.72% 0.68% -
XYZ 21.97 17.47 5.12 -
YUV 113.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 173 96 49 0 0.45 0.72 0.32 22.74 0.56 0.44
Hex AD 60 31 0 2D 48 20 17 38 2C
Octal 255 140 61 0 55 110 40 27 70 54
Binary 10101101 1100000 110001 0 101101 1001000 100000 10111 111000 101100

Color Harmonies of #AD6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6031

Black with #AD6031

Text Example


Text Example

White with #AD6031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6031; }

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

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

background-color css

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

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

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

border-color css

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

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

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