Html Css Color HEX #AD5F25 Fiery Orange

📋 copy color: '#AD5F25'

red 173 ◦ green 95 ◦ blue 37

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

Shades of Fiery Orange #AD5F25

Tints of Fiery Orange #AD5F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 56.72%
G = 31.15%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD5F25 (or 0xAD5F25) is known color: Fiery Orange. HEX triplet: AD, 5F and 25. RGB value is (173,95,37). Sum of RGB (Red+Green+Blue) = 173+95+37=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F25 is #52A0DA. Grayscale: #707070. Windows color (decimal): -5415131 or 2449325. OLE color: 2449325.

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

Color convert

RGB 173 95 37 -
CMYK 0 0.45 0.79 0.32
HSL 25.59º 0.65% 0.41% -
HSV(B) 25.59º 0.79% 0.68% -
XYZ 21.66 17.2 3.93 -
YUV 111.71 85.84 171.72 -
System Red Green Blue C M Y K H S L
Decimal 173 95 37 0 0.45 0.79 0.32 25.59 0.65 0.41
Hex AD 5F 25 0 2D 4F 20 1A 41 29
Octal 255 137 45 0 55 117 40 32 101 51
Binary 10101101 1011111 100101 0 101101 1001111 100000 11010 1000001 101001

Color Harmonies of #AD5F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F25

Black with #AD5F25

Text Example


Text Example

White with #AD5F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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