Html Css Color HEX #AD5E26 Fiery Orange

📋 copy color: '#AD5E26'

red 173 ◦ green 94 ◦ blue 38

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

Shades of Fiery Orange #AD5E26

Tints of Fiery Orange #AD5E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 56.72%
G = 30.82%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD5E26 (or 0xAD5E26) is known color: Fiery Orange. HEX triplet: AD, 5E and 26. RGB value is (173,94,38). Sum of RGB (Red+Green+Blue) = 173+94+38=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E26 is #52A1D9. Grayscale: #6F6F6F. Windows color (decimal): -5415386 or 2514605. OLE color: 2514605.

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

Color convert

RGB 173 94 38 -
CMYK 0 0.46 0.78 0.32
HSL 24.89º 0.64% 0.41% -
HSV(B) 24.89º 0.78% 0.68% -
XYZ 21.59 17.03 3.98 -
YUV 111.24 86.67 172.05 -
System Red Green Blue C M Y K H S L
Decimal 173 94 38 0 0.46 0.78 0.32 24.89 0.64 0.41
Hex AD 5E 26 0 2E 4E 20 19 40 29
Octal 255 136 46 0 56 116 40 31 100 51
Binary 10101101 1011110 100110 0 101110 1001110 100000 11001 1000000 101001

Color Harmonies of #AD5E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E26

Black with #AD5E26

Text Example


Text Example

White with #AD5E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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