Html Css Color HEX #AD5E21 Fiery Orange

📋 copy color: '#AD5E21'

red 173 ◦ green 94 ◦ blue 33

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

Shades of Fiery Orange #AD5E21

Tints of Fiery Orange #AD5E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11%

R = 57.67%
G = 31.33%
B = 11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD5E21 (or 0xAD5E21) is known color: Fiery Orange. HEX triplet: AD, 5E and 21. RGB value is (173,94,33). Sum of RGB (Red+Green+Blue) = 173+94+33=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E21 is #52A1DE. Grayscale: #6E6E6E. Windows color (decimal): -5415391 or 2186925. OLE color: 2186925.

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

Color convert

RGB 173 94 33 -
CMYK 0 0.46 0.81 0.32
HSL 26.14º 0.68% 0.4% -
HSV(B) 26.14º 0.81% 0.68% -
XYZ 21.51 17 3.59 -
YUV 110.67 84.17 172.46 -
System Red Green Blue C M Y K H S L
Decimal 173 94 33 0 0.46 0.81 0.32 26.14 0.68 0.4
Hex AD 5E 21 0 2E 51 20 1A 44 28
Octal 255 136 41 0 56 121 40 32 104 50
Binary 10101101 1011110 100001 0 101110 1010001 100000 11010 1000100 101000

Color Harmonies of #AD5E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E21

Black with #AD5E21

Text Example


Text Example

White with #AD5E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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