#AC5C34

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

Shades of Fiery Orange #AC5C34

Tints of Fiery Orange #AC5C34

Color information

#AC5C34 (or 0xAC5C34) is unknown color: approx Fiery Orange. HEX triplet: AC, 5C and 34. RGB value is (172,92,52). Sum of RGB (Red+Green+Blue) = 172+92+52=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C34 is #53A3CB. Grayscale: #6F6F6F. Windows color (decimal): -5481420 or 3431596. OLE color: 3431596.

HSL color Cylindrical-coordinate representation of color #AC5C34: hue angle of 20º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC5C34 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1729252-
CMYK00.470.700.33
HSL20º53.57%43.92%-
HSV(B)20º69.77%67.45%-
XYZ21.4616.675.34-
YUV111.3694.5171.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=54.43%
G=29.11%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172925200.470.700.332053.5743.92
HexAC5C3402F462114362c
Octal2541346405710641246654
Binary1010110010111001101000101111100011010000110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C34; }

 p { color: rgb(172,92,52); }

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

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

 a { background-color: rgb(172,92,52); }

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

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

 span { border-color: rgb(172,92,52); }

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