#AC6033

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

Shades of Fiery Orange #AC6033

Tints of Fiery Orange #AC6033

Color information

#AC6033 (or 0xAC6033) is unknown color: approx Fiery Orange. HEX triplet: AC, 60 and 33. RGB value is (172,96,51). Sum of RGB (Red+Green+Blue) = 172+96+51=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6033 is #539FCC. Grayscale: #717171. Windows color (decimal): -5480397 or 3367084. OLE color: 3367084.

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

Color convert

RGB1729651-
CMYK00.440.700.33
HSL22.31º54.26%43.73%-
HSV(B)22.31º70.35%67.45%-
XYZ21.7917.385.34-
YUV113.5992.68169.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=53.92%
G=30.09%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172965100.440.700.3322.3154.2643.73
HexAC603302C462116362c
Octal2541406305410641266654
Binary1010110011000001100110101100100011010000110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6033; }

 p { color: rgb(172,96,51); }

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

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

 a { background-color: rgb(172,96,51); }

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

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

 span { border-color: rgb(172,96,51); }

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