#A56400

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

Shades of Golden Brown #A56400

Tints of Golden Brown #A56400

Color information

#A56400 (or 0xA56400) is unknown color: approx Golden Brown. HEX triplet: A5, 64 and 00. RGB value is (165,100,0). Sum of RGB (Red+Green+Blue) = 165+100+0=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A56400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56400 is #5A9BFF. Grayscale: #6C6C6C. Windows color (decimal): -5938176 or 25765. OLE color: 25765.

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

Color convert

RGB1651000-
CMYK00.3910.35
HSL36.36º100%32.35%-
HSV(B)36.36º100%64.71%-
XYZ20.0717.112.25-
YUV108.0467.03168.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.26%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.26%
G=37.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165100000.3910.3536.3610032.35
HexA56400276423246420
Octal2451440047144434414440
Binary1010010111001000010011111001001000111001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56400; }

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

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

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

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

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

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

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

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