Html Css Color HEX #AD5D36 Fiery Orange

📋 copy color: '#AD5D36'

red 173 ◦ green 93 ◦ blue 54

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

Shades of Fiery Orange #AD5D36

Tints of Fiery Orange #AD5D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.88%

R = 54.06%
G = 29.06%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD5D36 (or 0xAD5D36) is known color: Fiery Orange. HEX triplet: AD, 5D and 36. RGB value is (173,93,54). Sum of RGB (Red+Green+Blue) = 173+93+54=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D36 is #52A2C9. Grayscale: #707070. Windows color (decimal): -5415626 or 3562925. OLE color: 3562925.

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

Color convert

RGB 173 93 54 -
CMYK 0 0.46 0.69 0.32
HSL 19.66º 0.52% 0.45% -
HSV(B) 19.66º 0.69% 0.68% -
XYZ 21.81 16.98 5.62 -
YUV 112.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 173 93 54 0 0.46 0.69 0.32 19.66 0.52 0.45
Hex AD 5D 36 0 2E 45 20 14 34 2D
Octal 255 135 66 0 56 105 40 24 64 55
Binary 10101101 1011101 110110 0 101110 1000101 100000 10100 110100 101101

Color Harmonies of #AD5D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D36

Black with #AD5D36

Text Example


Text Example

White with #AD5D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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