#A46500

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

Shades of Golden Brown #A46500

Tints of Golden Brown #A46500

Color information

#A46500 (or 0xA46500) is unknown color: approx Golden Brown. HEX triplet: A4, 65 and 00. RGB value is (164,101,0). Sum of RGB (Red+Green+Blue) = 164+101+0=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A46500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46500 is #5B9AFF. Grayscale: #6C6C6C. Windows color (decimal): -6003456 or 26020. OLE color: 26020.

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

Color convert

RGB1641010-
CMYK00.3810.36
HSL36.95º100%32.16%-
HSV(B)36.95º100%64.31%-
XYZ19.9617.22.27-
YUV108.3266.87167.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.89%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.89%
G=38.11%
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
Decimal164101000.3810.3636.9510032.16
HexA46500266424256420
Octal2441450046144444514440
Binary1010010011001010010011011001001001001001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46500; }

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

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

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

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

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

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

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

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