#AC5D28

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

Shades of Fiery Orange #AC5D28

Tints of Fiery Orange #AC5D28

Color information

#AC5D28 (or 0xAC5D28) is unknown color: approx Fiery Orange. HEX triplet: AC, 5D and 28. RGB value is (172,93,40). Sum of RGB (Red+Green+Blue) = 172+93+40=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D28 is #53A2D7. Grayscale: #6E6E6E. Windows color (decimal): -5481176 or 2645420. OLE color: 2645420.

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

Color convert

RGB1729340-
CMYK00.460.770.33
HSL24.09º62.26%41.57%-
HSV(B)24.09º76.74%67.45%-
XYZ21.3116.754.12-
YUV110.5888.17171.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 40 (16.02% from 255) = 13.11%
R=56.39%
G=30.49%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172934000.460.770.3324.0962.2641.57
HexAC5D2802E4D21183e2a
Octal2541355005611541307652
Binary1010110010111011010000101110100110110000111000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D28; }

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

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

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

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

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

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

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

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