#AC5F30

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

Shades of Fiery Orange #AC5F30

Tints of Fiery Orange #AC5F30

Color information

#AC5F30 (or 0xAC5F30) is unknown color: approx Fiery Orange. HEX triplet: AC, 5F and 30. RGB value is (172,95,48). Sum of RGB (Red+Green+Blue) = 172+95+48=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5F30 is #53A0CF. Grayscale: #707070. Windows color (decimal): -5480656 or 3170220. OLE color: 3170220.

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

Color convert

RGB1729548-
CMYK00.450.720.33
HSL22.74º56.36%43.14%-
HSV(B)22.74º72.09%67.45%-
XYZ21.6417.174.97-
YUV112.6691.51170.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=54.60%
G=30.16%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172954800.450.720.3322.7456.3643.14
HexAC5F3002D482117382b
Octal2541376005511041277053
Binary1010110010111111100000101101100100010000110111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F30; }

 p { color: rgb(172,95,48); }

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

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

 a { background-color: rgb(172,95,48); }

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

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

 span { border-color: rgb(172,95,48); }

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