#AC6A11

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

Shades of Golden Brown #AC6A11

Tints of Golden Brown #AC6A11

Color information

#AC6A11 (or 0xAC6A11) is unknown color: approx Golden Brown. HEX triplet: AC, 6A and 11. RGB value is (172,106,17). Sum of RGB (Red+Green+Blue) = 172+106+17=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6A11 is #5395EE. Grayscale: #747474. Windows color (decimal): -5477871 or 1141420. OLE color: 1141420.

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

Color convert

RGB17210617-
CMYK00.380.900.33
HSL34.45º82.01%37.06%-
HSV(B)34.45º90.12%67.45%-
XYZ22.2719.123.05-
YUV115.5972.37168.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 17 (7.03% from 255) = 5.76%
R=58.31%
G=35.93%
B=5.76%

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
Decimal1721061700.380.900.3334.4582.0137.06
HexAC6A110265A21225225
Octal25415221046132414212245
Binary10101100110101010001010011010110101000011000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A11; }

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

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

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

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

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

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

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

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