Html Css Color HEX #AD5F37 Fiery Orange

📋 copy color: '#AD5F37'

red 173 ◦ green 95 ◦ blue 55

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

Shades of Fiery Orange #AD5F37

Tints of Fiery Orange #AD5F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 53.56%
G = 29.41%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD5F37 (or 0xAD5F37) is known color: Fiery Orange. HEX triplet: AD, 5F and 37. RGB value is (173,95,55). Sum of RGB (Red+Green+Blue) = 173+95+55=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F37 is #52A0C8. Grayscale: #717171. Windows color (decimal): -5415113 or 3628973. OLE color: 3628973.

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

Color convert

RGB 173 95 55 -
CMYK 0 0.45 0.68 0.32
HSL 20.34º 0.52% 0.45% -
HSV(B) 20.34º 0.68% 0.68% -
XYZ 22.02 17.34 5.8 -
YUV 113.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 173 95 55 0 0.45 0.68 0.32 20.34 0.52 0.45
Hex AD 5F 37 0 2D 44 20 14 34 2D
Octal 255 137 67 0 55 104 40 24 64 55
Binary 10101101 1011111 110111 0 101101 1000100 100000 10100 110100 101101

Color Harmonies of #AD5F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F37

Black with #AD5F37

Text Example


Text Example

White with #AD5F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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