Html Css Color HEX #AD582A Fiery Orange

📋 copy color: '#AD582A'

red 173 ◦ green 88 ◦ blue 42

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

Shades of Fiery Orange #AD582A

Tints of Fiery Orange #AD582A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 57.1%
G = 29.04%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD582A (or 0xAD582A) is known color: Fiery Orange. HEX triplet: AD, 58 and 2A. RGB value is (173,88,42). Sum of RGB (Red+Green+Blue) = 173+88+42=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD582A is #52A7D5. Grayscale: #6C6C6C. Windows color (decimal): -5416918 or 2775213. OLE color: 2775213.

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

Color convert

RGB 173 88 42 -
CMYK 0 0.49 0.76 0.32
HSL 21.07º 0.61% 0.42% -
HSV(B) 21.07º 0.76% 0.68% -
XYZ 21.14 16.03 4.17 -
YUV 108.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 173 88 42 0 0.49 0.76 0.32 21.07 0.61 0.42
Hex AD 58 2A 0 31 4C 20 15 3D 2A
Octal 255 130 52 0 61 114 40 25 75 52
Binary 10101101 1011000 101010 0 110001 1001100 100000 10101 111101 101010

Color Harmonies of #AD582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD582A

Black with #AD582A

Text Example


Text Example

White with #AD582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD582A; }

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

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

background-color css

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

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

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

border-color css

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

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

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