Html Css Color HEX #AD5A2C Fiery Orange

📋 copy color: '#AD5A2C'

red 173 ◦ green 90 ◦ blue 44

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

Shades of Fiery Orange #AD5A2C

Tints of Fiery Orange #AD5A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

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

R = 56.35%
G = 29.32%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD5A2C (or 0xAD5A2C) is known color: Fiery Orange. HEX triplet: AD, 5A and 2C. RGB value is (173,90,44). Sum of RGB (Red+Green+Blue) = 173+90+44=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A2C is #52A5D3. Grayscale: #6D6D6D. Windows color (decimal): -5416404 or 2906797. OLE color: 2906797.

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

Color convert

RGB 173 90 44 -
CMYK 0 0.48 0.75 0.32
HSL 21.4º 0.59% 0.43% -
HSV(B) 21.4º 0.75% 0.68% -
XYZ 21.34 16.38 4.42 -
YUV 109.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 173 90 44 0 0.48 0.75 0.32 21.4 0.59 0.43
Hex AD 5A 2C 0 30 4B 20 15 3B 2B
Octal 255 132 54 0 60 113 40 25 73 53
Binary 10101101 1011010 101100 0 110000 1001011 100000 10101 111011 101011

Color Harmonies of #AD5A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A2C

Black with #AD5A2C

Text Example


Text Example

White with #AD5A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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