#A46E0C

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

Shades of Golden Brown #A46E0C

Tints of Golden Brown #A46E0C

Color information

#A46E0C (or 0xA46E0C) is unknown color: approx Golden Brown. HEX triplet: A4, 6E and 0C. RGB value is (164,110,12). Sum of RGB (Red+Green+Blue) = 164+110+12=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46E0C is #5B91F3. Grayscale: #737373. Windows color (decimal): -6001140 or 814756. OLE color: 814756.

HSL color Cylindrical-coordinate representation of color #A46E0C: hue angle of 38.68º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A46E0C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB16411012-
CMYK00.330.930.36
HSL38.68º86.36%34.51%-
HSV(B)38.68º92.68%64.31%-
XYZ20.9519.072.92-
YUV114.9769.89162.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.34%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 12 (5.08% from 255) = 4.20%
R=57.34%
G=38.46%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641101200.330.930.3638.6886.3634.51
HexA46EC0215D24275623
Octal24415614041135444712643
Binary1010010011011101100010000110111011001001001111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E0C; }

 p { color: rgb(164,110,12); }

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

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

 a { background-color: rgb(164,110,12); }

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

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

 span { border-color: rgb(164,110,12); }

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