#AC6B11

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

Shades of Golden Brown #AC6B11

Tints of Golden Brown #AC6B11

Color information

#AC6B11 (or 0xAC6B11) is unknown color: approx Golden Brown. HEX triplet: AC, 6B and 11. RGB value is (172,107,17). Sum of RGB (Red+Green+Blue) = 172+107+17=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6B11 is #5394EE. Grayscale: #747474. Windows color (decimal): -5477615 or 1141676. OLE color: 1141676.

HSL color Cylindrical-coordinate representation of color #AC6B11: hue angle of 34.84º degrees, saturation: 0.82, 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 #AC6B11 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB17210717-
CMYK00.380.900.33
HSL34.84º82.01%37.06%-
HSV(B)34.84º90.12%67.45%-
XYZ22.3719.333.08-
YUV116.1872.03167.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.11%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 17 (7.03% from 255) = 5.74%
R=58.11%
G=36.15%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721071700.380.900.3334.8482.0137.06
HexAC6B110265A21235225
Octal25415321046132414312245
Binary10101100110101110001010011010110101000011000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6B11; }

 p { color: rgb(172,107,17); }

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

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

 a { background-color: rgb(172,107,17); }

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

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

 span { border-color: rgb(172,107,17); }

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