Html Css Color HEX #AD5E32 Fiery Orange

📋 copy color: '#AD5E32'

red 173 ◦ green 94 ◦ blue 50

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

Shades of Fiery Orange #AD5E32

Tints of Fiery Orange #AD5E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

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

R = 54.57%
G = 29.65%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD5E32 (or 0xAD5E32) is known color: Fiery Orange. HEX triplet: AD, 5E and 32. RGB value is (173,94,50). Sum of RGB (Red+Green+Blue) = 173+94+50=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E32 is #52A1CD. Grayscale: #707070. Windows color (decimal): -5415374 or 3301037. OLE color: 3301037.

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

Color convert

RGB 173 94 50 -
CMYK 0 0.46 0.71 0.32
HSL 21.46º 0.55% 0.44% -
HSV(B) 21.46º 0.71% 0.68% -
XYZ 21.81 17.12 5.17 -
YUV 112.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 173 94 50 0 0.46 0.71 0.32 21.46 0.55 0.44
Hex AD 5E 32 0 2E 47 20 15 37 2C
Octal 255 136 62 0 56 107 40 25 67 54
Binary 10101101 1011110 110010 0 101110 1000111 100000 10101 110111 101100

Color Harmonies of #AD5E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E32

Black with #AD5E32

Text Example


Text Example

White with #AD5E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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