#A56900

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

Shades of Golden Brown #A56900

Tints of Golden Brown #A56900

Color information

#A56900 (or 0xA56900) is unknown color: approx Golden Brown. HEX triplet: A5, 69 and 00. RGB value is (165,105,0). Sum of RGB (Red+Green+Blue) = 165+105+0=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A56900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56900 is #5A96FF. Grayscale: #6F6F6F. Windows color (decimal): -5936896 or 27045. OLE color: 27045.

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

Color convert

RGB1651050-
CMYK00.3610.35
HSL38.18º100%32.35%-
HSV(B)38.18º100%64.71%-
XYZ20.5718.12.41-
YUV110.9765.38166.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.11%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.11%
G=38.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165105000.3610.3538.1810032.35
HexA56900246423266420
Octal2451510044144434614440
Binary1010010111010010010010011001001000111001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56900; }

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

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

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

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

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

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

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

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