Html Css Color HEX #AD5C2F Fiery Orange

📋 copy color: '#AD5C2F'

red 173 ◦ green 92 ◦ blue 47

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

Shades of Fiery Orange #AD5C2F

Tints of Fiery Orange #AD5C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 55.45%
G = 29.49%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD5C2F (or 0xAD5C2F) is known color: Fiery Orange. HEX triplet: AD, 5C and 2F. RGB value is (173,92,47). Sum of RGB (Red+Green+Blue) = 173+92+47=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C2F is #52A3D0. Grayscale: #6F6F6F. Windows color (decimal): -5415889 or 3103917. OLE color: 3103917.

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

Color convert

RGB 173 92 47 -
CMYK 0 0.47 0.73 0.32
HSL 21.43º 0.57% 0.43% -
HSV(B) 21.43º 0.73% 0.68% -
XYZ 21.57 16.74 4.78 -
YUV 111.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 173 92 47 0 0.47 0.73 0.32 21.43 0.57 0.43
Hex AD 5C 2F 0 2F 49 20 15 39 2B
Octal 255 134 57 0 57 111 40 25 71 53
Binary 10101101 1011100 101111 0 101111 1001001 100000 10101 111001 101011

Color Harmonies of #AD5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C2F

Black with #AD5C2F

Text Example


Text Example

White with #AD5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C2F; }

 p { color: rgb(173,92,47); }

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

background-color css

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

 a { background-color: rgb(173,92,47); }

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

border-color css

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

 span { border-color: rgb(173,92,47); }

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