Html Css Color HEX #AD6032 Fiery Orange

📋 copy color: '#AD6032'

red 173 ◦ green 96 ◦ blue 50

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

Shades of Fiery Orange #AD6032

Tints of Fiery Orange #AD6032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 54.23%
G = 30.09%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD6032 (or 0xAD6032) is known color: Fiery Orange. HEX triplet: AD, 60 and 32. RGB value is (173,96,50). Sum of RGB (Red+Green+Blue) = 173+96+50=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6032 is #529FCD. Grayscale: #727272. Windows color (decimal): -5414862 or 3301549. OLE color: 3301549.

HSL color Cylindrical-coordinate representation of color #AD6032: hue angle of 22.44º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD6032 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 50 -
CMYK 0 0.45 0.71 0.32
HSL 22.44º 0.55% 0.44% -
HSV(B) 22.44º 0.71% 0.68% -
XYZ 21.99 17.48 5.23 -
YUV 113.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 173 96 50 0 0.45 0.71 0.32 22.44 0.55 0.44
Hex AD 60 32 0 2D 47 20 16 37 2C
Octal 255 140 62 0 55 107 40 26 67 54
Binary 10101101 1100000 110010 0 101101 1000111 100000 10110 110111 101100

Color Harmonies of #AD6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6032

Black with #AD6032

Text Example


Text Example

White with #AD6032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6032; }

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

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

background-color css

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

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

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

border-color css

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

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

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