Html Css Color HEX #AC5A26 Fiery Orange

📋 copy color: '#AC5A26'

red 172 ◦ green 90 ◦ blue 38

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

Shades of Fiery Orange #AC5A26

Tints of Fiery Orange #AC5A26

RGB

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

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

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

R = 57.33%
G = 30%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC5A26 (or 0xAC5A26) is known color: Fiery Orange. HEX triplet: AC, 5A and 26. RGB value is (172,90,38). Sum of RGB (Red+Green+Blue) = 172+90+38=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A26 is #53A5D9. Grayscale: #6C6C6C. Windows color (decimal): -5481946 or 2513580. OLE color: 2513580.

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

Color convert

RGB 172 90 38 -
CMYK 0 0.48 0.78 0.33
HSL 23.28º 0.64% 0.41% -
HSV(B) 23.28º 0.78% 0.67% -
XYZ 21.02 16.22 3.86 -
YUV 108.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 172 90 38 0 0.48 0.78 0.33 23.28 0.64 0.41
Hex AC 5A 26 0 30 4E 21 17 40 29
Octal 254 132 46 0 60 116 41 27 100 51
Binary 10101100 1011010 100110 0 110000 1001110 100001 10111 1000000 101001

Color Harmonies of #AC5A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A26

Black with #AC5A26

Text Example


Text Example

White with #AC5A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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