Html Css Color HEX #AD5D26 Fiery Orange

📋 copy color: '#AD5D26'

red 173 ◦ green 93 ◦ blue 38

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

Shades of Fiery Orange #AD5D26

Tints of Fiery Orange #AD5D26

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

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

R = 56.91%
G = 30.59%
B = 12.5%

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

#AD5D26 (or 0xAD5D26) is known color: Fiery Orange. HEX triplet: AD, 5D and 26. RGB value is (173,93,38). Sum of RGB (Red+Green+Blue) = 173+93+38=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D26 is #52A2D9. Grayscale: #6E6E6E. Windows color (decimal): -5415642 or 2514349. OLE color: 2514349.

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

Color convert

RGB 173 93 38 -
CMYK 0 0.46 0.78 0.32
HSL 24.44º 0.64% 0.41% -
HSV(B) 24.44º 0.78% 0.68% -
XYZ 21.5 16.85 3.95 -
YUV 110.65 87 172.47 -
System Red Green Blue C M Y K H S L
Decimal 173 93 38 0 0.46 0.78 0.32 24.44 0.64 0.41
Hex AD 5D 26 0 2E 4E 20 18 40 29
Octal 255 135 46 0 56 116 40 30 100 51
Binary 10101101 1011101 100110 0 101110 1001110 100000 11000 1000000 101001

Color Harmonies of #AD5D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D26

Black with #AD5D26

Text Example


Text Example

White with #AD5D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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