#A06400

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

Shades of Golden Brown #A06400

Tints of Golden Brown #A06400

Color information

#A06400 (or 0xA06400) is unknown color: approx Golden Brown. HEX triplet: A0, 64 and 00. RGB value is (160,100,0). Sum of RGB (Red+Green+Blue) = 160+100+0=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A06400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06400 is #5F9BFF. Grayscale: #6B6B6B. Windows color (decimal): -6265856 or 25760. OLE color: 25760.

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

Color convert

RGB1601000-
CMYK00.3810.37
HSL37.5º100%31.37%-
HSV(B)37.5º100%62.75%-
XYZ19.0516.592.2-
YUV106.5467.88166.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.54%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.54%
G=38.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160100000.3810.3737.510031.37
HexA0640026642526641f
Octal2401440046144454614437
Binary101000001100100001001101100100100101100110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06400; }

 p { color: rgb(160,100,0); }

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

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

 a { background-color: rgb(160,100,0); }

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

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

 span { border-color: rgb(160,100,0); }

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