Html Css Color HEX #AD6036 Fiery Orange

📋 copy color: '#AD6036'

red 173 ◦ green 96 ◦ blue 54

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

Shades of Fiery Orange #AD6036

Tints of Fiery Orange #AD6036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.72%

R = 53.56%
G = 29.72%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD6036 (or 0xAD6036) is known color: Fiery Orange. HEX triplet: AD, 60 and 36. RGB value is (173,96,54). Sum of RGB (Red+Green+Blue) = 173+96+54=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6036 is #529FC9. Grayscale: #727272. Windows color (decimal): -5414858 or 3563693. OLE color: 3563693.

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

Color convert

RGB 173 96 54 -
CMYK 0 0.45 0.69 0.32
HSL 21.18º 0.52% 0.45% -
HSV(B) 21.18º 0.69% 0.68% -
XYZ 22.08 17.52 5.71 -
YUV 114.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 173 96 54 0 0.45 0.69 0.32 21.18 0.52 0.45
Hex AD 60 36 0 2D 45 20 15 34 2D
Octal 255 140 66 0 55 105 40 25 64 55
Binary 10101101 1100000 110110 0 101101 1000101 100000 10101 110100 101101

Color Harmonies of #AD6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6036

Black with #AD6036

Text Example


Text Example

White with #AD6036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6036; }

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

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

background-color css

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

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

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

border-color css

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

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

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