Html Css Color HEX #AD5E28 Fiery Orange

📋 copy color: '#AD5E28'

red 173 ◦ green 94 ◦ blue 40

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

Shades of Fiery Orange #AD5E28

Tints of Fiery Orange #AD5E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 56.35%
G = 30.62%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD5E28 (or 0xAD5E28) is known color: Fiery Orange. HEX triplet: AD, 5E and 28. RGB value is (173,94,40). Sum of RGB (Red+Green+Blue) = 173+94+40=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E28 is #52A1D7. Grayscale: #6F6F6F. Windows color (decimal): -5415384 or 2645677. OLE color: 2645677.

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

Color convert

RGB 173 94 40 -
CMYK 0 0.46 0.77 0.32
HSL 24.36º 0.62% 0.42% -
HSV(B) 24.36º 0.77% 0.68% -
XYZ 21.62 17.04 4.16 -
YUV 111.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 173 94 40 0 0.46 0.77 0.32 24.36 0.62 0.42
Hex AD 5E 28 0 2E 4D 20 18 3E 2A
Octal 255 136 50 0 56 115 40 30 76 52
Binary 10101101 1011110 101000 0 101110 1001101 100000 11000 111110 101010

Color Harmonies of #AD5E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E28

Black with #AD5E28

Text Example


Text Example

White with #AD5E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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