#A56000

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

Shades of Golden Brown #A56000

Tints of Golden Brown #A56000

Color information

#A56000 (or 0xA56000) is unknown color: approx Golden Brown. HEX triplet: A5, 60 and 00. RGB value is (165,96,0). Sum of RGB (Red+Green+Blue) = 165+96+0=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A56000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56000 is #5A9FFF. Grayscale: #6A6A6A. Windows color (decimal): -5939200 or 24741. OLE color: 24741.

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

Color convert

RGB165960-
CMYK00.4210.35
HSL34.91º100%32.35%-
HSV(B)34.91º100%64.71%-
XYZ19.716.372.12-
YUV105.6968.36170.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.22%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.22%
G=36.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16596000.4210.3534.9110032.35
HexA560002A6423236420
Octal2451400052144434314440
Binary1010010111000000010101011001001000111000111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56000; }

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

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

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

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

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

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

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

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