Html Css Color HEX #AD582F Fiery Orange

📋 copy color: '#AD582F'

red 173 ◦ green 88 ◦ blue 47

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

Shades of Fiery Orange #AD582F

Tints of Fiery Orange #AD582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.57%

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

R = 56.17%
G = 28.57%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD582F (or 0xAD582F) is known color: Fiery Orange. HEX triplet: AD, 58 and 2F. RGB value is (173,88,47). Sum of RGB (Red+Green+Blue) = 173+88+47=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD582F is #52A7D0. Grayscale: #6C6C6C. Windows color (decimal): -5416913 or 3102893. OLE color: 3102893.

HSL color Cylindrical-coordinate representation of color #AD582F: hue angle of 19.52º 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 #AD582F is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 88 47 -
CMYK 0 0.49 0.73 0.32
HSL 19.52º 0.57% 0.43% -
HSV(B) 19.52º 0.73% 0.68% -
XYZ 21.24 16.07 4.67 -
YUV 108.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 173 88 47 0 0.49 0.73 0.32 19.52 0.57 0.43
Hex AD 58 2F 0 31 49 20 14 39 2B
Octal 255 130 57 0 61 111 40 24 71 53
Binary 10101101 1011000 101111 0 110001 1001001 100000 10100 111001 101011

Color Harmonies of #AD582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD582F

Black with #AD582F

Text Example


Text Example

White with #AD582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD582F; }

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

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

background-color css

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

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

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

border-color css

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

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

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