Html Css Color HEX #AC5E26 Fiery Orange

📋 copy color: '#AC5E26'

red 172 ◦ green 94 ◦ blue 38

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

Shades of Fiery Orange #AC5E26

Tints of Fiery Orange #AC5E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.5%

R = 56.58%
G = 30.92%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC5E26 (or 0xAC5E26) is known color: Fiery Orange. HEX triplet: AC, 5E and 26. RGB value is (172,94,38). Sum of RGB (Red+Green+Blue) = 172+94+38=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E26 is #53A1D9. Grayscale: #6F6F6F. Windows color (decimal): -5480922 or 2514604. OLE color: 2514604.

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

Color convert

RGB 172 94 38 -
CMYK 0 0.45 0.78 0.33
HSL 25.07º 0.64% 0.41% -
HSV(B) 25.07º 0.78% 0.67% -
XYZ 21.37 16.92 3.97 -
YUV 110.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 172 94 38 0 0.45 0.78 0.33 25.07 0.64 0.41
Hex AC 5E 26 0 2D 4E 21 19 40 29
Octal 254 136 46 0 55 116 41 31 100 51
Binary 10101100 1011110 100110 0 101101 1001110 100001 11001 1000000 101001

Color Harmonies of #AC5E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E26

Black with #AC5E26

Text Example


Text Example

White with #AC5E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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