#AC5A33

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

Shades of Fiery Orange #AC5A33

Tints of Fiery Orange #AC5A33

Color information

#AC5A33 (or 0xAC5A33) is unknown color: approx Fiery Orange. HEX triplet: AC, 5A and 33. RGB value is (172,90,51). Sum of RGB (Red+Green+Blue) = 172+90+51=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A33 is #53A5CC. Grayscale: #6E6E6E. Windows color (decimal): -5481933 or 3365548. OLE color: 3365548.

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

Color convert

RGB1729051-
CMYK00.480.700.33
HSL19.34º54.26%43.73%-
HSV(B)19.34º70.35%67.45%-
XYZ21.2716.325.16-
YUV110.0794.67172.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.95%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 51 (20.31% from 255) = 16.29%
R=54.95%
G=28.75%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172905100.480.700.3319.3454.2643.73
HexAC5A33030462113362c
Octal2541326306010641236654
Binary1010110010110101100110110000100011010000110011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A33; }

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

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

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

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

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

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

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

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