#A46907

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

Shades of Golden Brown #A46907

Tints of Golden Brown #A46907

Color information

#A46907 (or 0xA46907) is unknown color: approx Golden Brown. HEX triplet: A4, 69 and 07. RGB value is (164,105,7). Sum of RGB (Red+Green+Blue) = 164+105+7=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A46907 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46907 is #5B96F8. Grayscale: #6F6F6F. Windows color (decimal): -6002425 or 485796. OLE color: 485796.

HSL color Cylindrical-coordinate representation of color #A46907: hue angle of 37.45º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A46907 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1641057-
CMYK00.360.960.36
HSL37.45º91.81%33.53%-
HSV(B)37.45º95.73%64.31%-
XYZ20.418.012.6-
YUV111.4769.05165.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.42%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 7 (3.12% from 255) = 2.54%
R=59.42%
G=38.04%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164105700.360.960.3637.4591.8133.53
HexA46970246024255c22
Octal2441517044140444513442
Binary101001001101001111010010011000001001001001011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46907; }

 p { color: rgb(164,105,7); }

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

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

 a { background-color: rgb(164,105,7); }

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

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

 span { border-color: rgb(164,105,7); }

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