#A6560F

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

Shades of Golden Brown #A6560F

Tints of Golden Brown #A6560F

Color information

#A6560F (or 0xA6560F) is unknown color: approx Golden Brown. HEX triplet: A6, 56 and 0F. RGB value is (166,86,15). Sum of RGB (Red+Green+Blue) = 166+86+15=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A6560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6560F is #59A9F0. Grayscale: #666666. Windows color (decimal): -5876209 or 1005222. OLE color: 1005222.

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

Color convert

RGB1668615-
CMYK00.480.910.35
HSL28.21º83.43%35.49%-
HSV(B)28.21º90.96%65.1%-
XYZ19.1414.82.3-
YUV101.8379173.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.17%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=62.17%
G=32.21%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166861500.480.910.3528.2183.4335.49
HexA656F0305B231c5323
Octal24612617060133433412343
Binary101001101010110111101100001011011100011111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6560F; }

 p { color: rgb(166,86,15); }

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

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

 a { background-color: rgb(166,86,15); }

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

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

 span { border-color: rgb(166,86,15); }

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