Html Css Color HEX #AD5A26 Fiery Orange

📋 copy color: '#AD5A26'

red 173 ◦ green 90 ◦ blue 38

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

Shades of Fiery Orange #AD5A26

Tints of Fiery Orange #AD5A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

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

R = 57.48%
G = 29.9%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD5A26 (or 0xAD5A26) is known color: Fiery Orange. HEX triplet: AD, 5A and 26. RGB value is (173,90,38). Sum of RGB (Red+Green+Blue) = 173+90+38=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A26 is #52A5D9. Grayscale: #6D6D6D. Windows color (decimal): -5416410 or 2513581. OLE color: 2513581.

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

Color convert

RGB 173 90 38 -
CMYK 0 0.48 0.78 0.32
HSL 23.11º 0.64% 0.41% -
HSV(B) 23.11º 0.78% 0.68% -
XYZ 21.24 16.34 3.87 -
YUV 108.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 173 90 38 0 0.48 0.78 0.32 23.11 0.64 0.41
Hex AD 5A 26 0 30 4E 20 17 40 29
Octal 255 132 46 0 60 116 40 27 100 51
Binary 10101101 1011010 100110 0 110000 1001110 100000 10111 1000000 101001

Color Harmonies of #AD5A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A26

Black with #AD5A26

Text Example


Text Example

White with #AD5A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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