Html Css Color HEX #AC5D24 Fiery Orange

📋 copy color: '#AC5D24'

red 172 ◦ green 93 ◦ blue 36

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

Shades of Fiery Orange #AC5D24

Tints of Fiery Orange #AC5D24

RGB

 RED value IS 172 (67.58% from 255) = 57.14%

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 57.14%
G = 30.9%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC5D24 (or 0xAC5D24) is known color: Fiery Orange. HEX triplet: AC, 5D and 24. RGB value is (172,93,36). Sum of RGB (Red+Green+Blue) = 172+93+36=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D24 is #53A2DB. Grayscale: #6E6E6E. Windows color (decimal): -5481180 or 2383276. OLE color: 2383276.

HSL color Cylindrical-coordinate representation of color #AC5D24: hue angle of 25.15º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC5D24 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 36 -
CMYK 0 0.46 0.79 0.33
HSL 25.15º 0.65% 0.41% -
HSV(B) 25.15º 0.79% 0.67% -
XYZ 21.25 16.73 3.78 -
YUV 110.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 172 93 36 0 0.46 0.79 0.33 25.15 0.65 0.41
Hex AC 5D 24 0 2E 4F 21 19 41 29
Octal 254 135 44 0 56 117 41 31 101 51
Binary 10101100 1011101 100100 0 101110 1001111 100001 11001 1000001 101001

Color Harmonies of #AC5D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D24

Black with #AC5D24

Text Example


Text Example

White with #AC5D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D24; }

 p { color: rgb(172,93,36); }

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

background-color css

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

 a { background-color: rgb(172,93,36); }

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

border-color css

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

 span { border-color: rgb(172,93,36); }

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