#AC793A

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

Shades of Mandalay #AC793A

Tints of Mandalay #AC793A

Color information

#AC793A (or 0xAC793A) is unknown color: approx Mandalay. HEX triplet: AC, 79 and 3A. RGB value is (172,121,58). Sum of RGB (Red+Green+Blue) = 172+121+58=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC793A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC793A is #5386C5. Grayscale: #818181. Windows color (decimal): -5473990 or 3832236. OLE color: 3832236.

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

Color convert

RGB17212158-
CMYK00.300.660.33
HSL33.16º49.57%45.1%-
HSV(B)33.16º66.28%67.45%-
XYZ24.6122.757.1-
YUV129.0787.9158.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 58 (23.05% from 255) = 16.52%
R=49.00%
G=34.47%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721215800.300.660.3333.1649.5745.1
HexAC793A01E422121322d
Octal2541717203610241416255
Binary1010110011110011110100111101000010100001100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC793A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC793A; }

 p { color: rgb(172,121,58); }

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

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

 a { background-color: rgb(172,121,58); }

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

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

 span { border-color: rgb(172,121,58); }

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