Html Css Color HEX #AC5E23 Fiery Orange

📋 copy color: '#AC5E23'

red 172 ◦ green 94 ◦ blue 35

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

Shades of Fiery Orange #AC5E23

Tints of Fiery Orange #AC5E23

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

 BLUE value IS 35 (14.06% from 255) = 11.63%

R = 57.14%
G = 31.23%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC5E23 (or 0xAC5E23) is known color: Fiery Orange. HEX triplet: AC, 5E and 23. RGB value is (172,94,35). Sum of RGB (Red+Green+Blue) = 172+94+35=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E23 is #53A1DC. Grayscale: #6E6E6E. Windows color (decimal): -5480925 or 2317996. OLE color: 2317996.

HSL color Cylindrical-coordinate representation of color #AC5E23: hue angle of 25.84º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC5E23 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 94 35 -
CMYK 0 0.45 0.80 0.33
HSL 25.84º 0.66% 0.41% -
HSV(B) 25.84º 0.8% 0.67% -
XYZ 21.32 16.9 3.73 -
YUV 110.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 172 94 35 0 0.45 0.80 0.33 25.84 0.66 0.41
Hex AC 5E 23 0 2D 50 21 1A 42 29
Octal 254 136 43 0 55 120 41 32 102 51
Binary 10101100 1011110 100011 0 101101 1010000 100001 11010 1000010 101001

Color Harmonies of #AC5E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E23

Black with #AC5E23

Text Example


Text Example

White with #AC5E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E23; }

 p { color: rgb(172,94,35); }

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

background-color css

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

 a { background-color: rgb(172,94,35); }

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

border-color css

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

 span { border-color: rgb(172,94,35); }

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