Html Css Color HEX #AD6134 Fiery Orange

📋 copy color: '#AD6134'

red 173 ◦ green 97 ◦ blue 52

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

Shades of Fiery Orange #AD6134

Tints of Fiery Orange #AD6134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 53.73%
G = 30.12%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD6134 (or 0xAD6134) is known color: Fiery Orange. HEX triplet: AD, 61 and 34. RGB value is (173,97,52). Sum of RGB (Red+Green+Blue) = 173+97+52=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6134 is #529ECB. Grayscale: #727272. Windows color (decimal): -5414604 or 3432877. OLE color: 3432877.

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

Color convert

RGB 173 97 52 -
CMYK 0 0.44 0.70 0.32
HSL 22.31º 0.54% 0.44% -
HSV(B) 22.31º 0.7% 0.68% -
XYZ 22.13 17.68 5.5 -
YUV 114.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 173 97 52 0 0.44 0.70 0.32 22.31 0.54 0.44
Hex AD 61 34 0 2C 46 20 16 36 2C
Octal 255 141 64 0 54 106 40 26 66 54
Binary 10101101 1100001 110100 0 101100 1000110 100000 10110 110110 101100

Color Harmonies of #AD6134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6134

Black with #AD6134

Text Example


Text Example

White with #AD6134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6134; }

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

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

background-color css

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

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

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

border-color css

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

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

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