Html Css Color HEX #AD5F2C Fiery Orange

📋 copy color: '#AD5F2C'

red 173 ◦ green 95 ◦ blue 44

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

Shades of Fiery Orange #AD5F2C

Tints of Fiery Orange #AD5F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 55.45%
G = 30.45%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD5F2C (or 0xAD5F2C) is known color: Fiery Orange. HEX triplet: AD, 5F and 2C. RGB value is (173,95,44). Sum of RGB (Red+Green+Blue) = 173+95+44=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F2C is #52A0D3. Grayscale: #707070. Windows color (decimal): -5415124 or 2908077. OLE color: 2908077.

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

Color convert

RGB 173 95 44 -
CMYK 0 0.45 0.75 0.32
HSL 23.72º 0.59% 0.43% -
HSV(B) 23.72º 0.75% 0.68% -
XYZ 21.78 17.25 4.56 -
YUV 112.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 173 95 44 0 0.45 0.75 0.32 23.72 0.59 0.43
Hex AD 5F 2C 0 2D 4B 20 18 3B 2B
Octal 255 137 54 0 55 113 40 30 73 53
Binary 10101101 1011111 101100 0 101101 1001011 100000 11000 111011 101011

Color Harmonies of #AD5F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F2C

Black with #AD5F2C

Text Example


Text Example

White with #AD5F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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