#AC6E12

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

Shades of Golden Brown #AC6E12

Tints of Golden Brown #AC6E12

Color information

#AC6E12 (or 0xAC6E12) is unknown color: approx Golden Brown. HEX triplet: AC, 6E and 12. RGB value is (172,110,18). Sum of RGB (Red+Green+Blue) = 172+110+18=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6E12 is #5391ED. Grayscale: #767676. Windows color (decimal): -5476846 or 1207980. OLE color: 1207980.

HSL color Cylindrical-coordinate representation of color #AC6E12: hue angle of 35.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC6E12 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB17211018-
CMYK00.360.900.33
HSL35.84º81.05%37.25%-
HSV(B)35.84º89.53%67.45%-
XYZ22.719.973.23-
YUV118.0571.54166.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.33%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 18 (7.42% from 255) = 6%
R=57.33%
G=36.67%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721101800.360.900.3335.8481.0537.25
HexAC6E120245A21245125
Octal25415622044132414412145
Binary10101100110111010010010010010110101000011001001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E12; }

 p { color: rgb(172,110,18); }

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

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

 a { background-color: rgb(172,110,18); }

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

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

 span { border-color: rgb(172,110,18); }

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