#AC5B25

Color #AC5B25 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #AC5B25

Tints of Fiery Orange #AC5B25

Color information

#AC5B25 (or 0xAC5B25) is unknown color: approx Fiery Orange. HEX triplet: AC, 5B and 25. RGB value is (172,91,37). Sum of RGB (Red+Green+Blue) = 172+91+37=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B25 is #53A4DA. Grayscale: #6D6D6D. Windows color (decimal): -5481691 or 2448300. OLE color: 2448300.

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

Color convert

RGB1729137-
CMYK00.470.780.33
HSL24º64.59%40.98%-
HSV(B)24º78.49%67.45%-
XYZ21.0916.393.8-
YUV109.0687.34172.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.33%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 37 (14.84% from 255) = 12.33%
R=57.33%
G=30.33%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172913700.470.780.332464.5940.98
HexAC5B2502F4E21184129
Octal25413345057116413010151
Binary10101100101101110010101011111001110100001110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B25; }

 p { color: rgb(172,91,37); }

 H1.HeaderClassName
 {
   color: #AC5B25;
 }
 .AnyTagClassName
 {
   color: #AC5B25;
 }
</style>
background-color css

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

 a { background-color: rgb(172,91,37); }

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

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

 span { border-color: rgb(172,91,37); }

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