Html Css Color HEX #AD5F26 Fiery Orange

📋 copy color: '#AD5F26'

red 173 ◦ green 95 ◦ blue 38

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

Shades of Fiery Orange #AD5F26

Tints of Fiery Orange #AD5F26

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.05%

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

R = 56.54%
G = 31.05%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD5F26 (or 0xAD5F26) is known color: Fiery Orange. HEX triplet: AD, 5F and 26. RGB value is (173,95,38). Sum of RGB (Red+Green+Blue) = 173+95+38=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F26 is #52A0D9. Grayscale: #707070. Windows color (decimal): -5415130 or 2514861. OLE color: 2514861.

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

Color convert

RGB 173 95 38 -
CMYK 0 0.45 0.78 0.32
HSL 25.33º 0.64% 0.41% -
HSV(B) 25.33º 0.78% 0.68% -
XYZ 21.68 17.21 4.01 -
YUV 111.82 86.34 171.63 -
System Red Green Blue C M Y K H S L
Decimal 173 95 38 0 0.45 0.78 0.32 25.33 0.64 0.41
Hex AD 5F 26 0 2D 4E 20 19 40 29
Octal 255 137 46 0 55 116 40 31 100 51
Binary 10101101 1011111 100110 0 101101 1001110 100000 11001 1000000 101001

Color Harmonies of #AD5F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F26

Black with #AD5F26

Text Example


Text Example

White with #AD5F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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