Html Css Color HEX #AD6136 Fiery Orange

📋 copy color: '#AD6136'

red 173 ◦ green 97 ◦ blue 54

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

Shades of Fiery Orange #AD6136

Tints of Fiery Orange #AD6136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 53.4%
G = 29.94%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD6136 (or 0xAD6136) is known color: Fiery Orange. HEX triplet: AD, 61 and 36. RGB value is (173,97,54). Sum of RGB (Red+Green+Blue) = 173+97+54=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6136 is #529EC9. Grayscale: #737373. Windows color (decimal): -5414602 or 3563949. OLE color: 3563949.

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

Color convert

RGB 173 97 54 -
CMYK 0 0.44 0.69 0.32
HSL 21.68º 0.52% 0.45% -
HSV(B) 21.68º 0.69% 0.68% -
XYZ 22.17 17.7 5.74 -
YUV 114.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 173 97 54 0 0.44 0.69 0.32 21.68 0.52 0.45
Hex AD 61 36 0 2C 45 20 16 34 2D
Octal 255 141 66 0 54 105 40 26 64 55
Binary 10101101 1100001 110110 0 101100 1000101 100000 10110 110100 101101

Color Harmonies of #AD6136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6136

Black with #AD6136

Text Example


Text Example

White with #AD6136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6136; }

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

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

background-color css

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

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

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

border-color css

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

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

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