Html Css Color HEX #AD5C29 Fiery Orange

📋 copy color: '#AD5C29'

red 173 ◦ green 92 ◦ blue 41

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

Shades of Fiery Orange #AD5C29

Tints of Fiery Orange #AD5C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 56.54%
G = 30.07%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD5C29 (or 0xAD5C29) is known color: Fiery Orange. HEX triplet: AD, 5C and 29. RGB value is (173,92,41). Sum of RGB (Red+Green+Blue) = 173+92+41=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C29 is #52A3D6. Grayscale: #6E6E6E. Windows color (decimal): -5415895 or 2710701. OLE color: 2710701.

HSL color Cylindrical-coordinate representation of color #AD5C29: hue angle of 23.18º degrees, saturation: 0.62, 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 #AD5C29 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 92 41 -
CMYK 0 0.47 0.76 0.32
HSL 23.18º 0.62% 0.42% -
HSV(B) 23.18º 0.76% 0.68% -
XYZ 21.46 16.7 4.19 -
YUV 110.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 173 92 41 0 0.47 0.76 0.32 23.18 0.62 0.42
Hex AD 5C 29 0 2F 4C 20 17 3E 2A
Octal 255 134 51 0 57 114 40 27 76 52
Binary 10101101 1011100 101001 0 101111 1001100 100000 10111 111110 101010

Color Harmonies of #AD5C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C29

Black with #AD5C29

Text Example


Text Example

White with #AD5C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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