Html Css Color HEX #AD582B Fiery Orange

📋 copy color: '#AD582B'

red 173 ◦ green 88 ◦ blue 43

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

Shades of Fiery Orange #AD582B

Tints of Fiery Orange #AD582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 56.91%
G = 28.95%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD582B (or 0xAD582B) is known color: Fiery Orange. HEX triplet: AD, 58 and 2B. RGB value is (173,88,43). Sum of RGB (Red+Green+Blue) = 173+88+43=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD582B is #52A7D4. Grayscale: #6C6C6C. Windows color (decimal): -5416917 or 2840749. OLE color: 2840749.

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

Color convert

RGB 173 88 43 -
CMYK 0 0.49 0.75 0.32
HSL 20.77º 0.6% 0.42% -
HSV(B) 20.77º 0.75% 0.68% -
XYZ 21.16 16.04 4.27 -
YUV 108.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 173 88 43 0 0.49 0.75 0.32 20.77 0.6 0.42
Hex AD 58 2B 0 31 4B 20 15 3C 2A
Octal 255 130 53 0 61 113 40 25 74 52
Binary 10101101 1011000 101011 0 110001 1001011 100000 10101 111100 101010

Color Harmonies of #AD582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD582B

Black with #AD582B

Text Example


Text Example

White with #AD582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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