Html Css Color HEX #AD5C26 Fiery Orange

📋 copy color: '#AD5C26'

red 173 ◦ green 92 ◦ blue 38

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

Shades of Fiery Orange #AD5C26

Tints of Fiery Orange #AD5C26

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

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

R = 57.1%
G = 30.36%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD5C26 (or 0xAD5C26) is known color: Fiery Orange. HEX triplet: AD, 5C and 26. RGB value is (173,92,38). Sum of RGB (Red+Green+Blue) = 173+92+38=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C26 is #52A3D9. Grayscale: #6E6E6E. Windows color (decimal): -5415898 or 2514093. OLE color: 2514093.

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

Color convert

RGB 173 92 38 -
CMYK 0 0.47 0.78 0.32
HSL 24º 0.64% 0.41% -
HSV(B) 24º 0.78% 0.68% -
XYZ 21.41 16.68 3.92 -
YUV 110.06 87.34 172.89 -
System Red Green Blue C M Y K H S L
Decimal 173 92 38 0 0.47 0.78 0.32 24 0.64 0.41
Hex AD 5C 26 0 2F 4E 20 18 40 29
Octal 255 134 46 0 57 116 40 30 100 51
Binary 10101101 1011100 100110 0 101111 1001110 100000 11000 1000000 101001

Color Harmonies of #AD5C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C26

Black with #AD5C26

Text Example


Text Example

White with #AD5C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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