#A46600

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

Shades of Golden Brown #A46600

Tints of Golden Brown #A46600

Color information

#A46600 (or 0xA46600) is unknown color: approx Golden Brown. HEX triplet: A4, 66 and 00. RGB value is (164,102,0). Sum of RGB (Red+Green+Blue) = 164+102+0=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A46600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46600 is #5B99FF. Grayscale: #6D6D6D. Windows color (decimal): -6003200 or 26276. OLE color: 26276.

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

Color convert

RGB1641020-
CMYK00.3810.36
HSL37.32º100%32.16%-
HSV(B)37.32º100%64.31%-
XYZ20.0617.42.3-
YUV108.9166.54167.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.65%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.65%
G=38.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164102000.3810.3637.3210032.16
HexA46600266424256420
Octal2441460046144444514440
Binary1010010011001100010011011001001001001001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46600; }

 p { color: rgb(164,102,0); }

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

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

 a { background-color: rgb(164,102,0); }

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

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

 span { border-color: rgb(164,102,0); }

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