#A65506

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

Shades of Golden Brown #A65506

Tints of Golden Brown #A65506

Color information

#A65506 (or 0xA65506) is unknown color: approx Golden Brown. HEX triplet: A6, 55 and 06. RGB value is (166,85,6). Sum of RGB (Red+Green+Blue) = 166+85+6=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A65506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65506 is #59AAF9. Grayscale: #646464. Windows color (decimal): -5876474 or 415142. OLE color: 415142.

HSL color Cylindrical-coordinate representation of color #A65506: hue angle of 29.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A65506 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB166856-
CMYK00.490.960.35
HSL29.62º93.02%33.73%-
HSV(B)29.62º96.39%65.1%-
XYZ19.0114.621.99-
YUV100.2174.84174.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.59%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=64.59%
G=33.07%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16685600.490.960.3529.6293.0233.73
HexA655603160231e5d22
Octal2461256061140433613542
Binary10100110101010111001100011100000100011111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65506; }

 p { color: rgb(166,85,6); }

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

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

 a { background-color: rgb(166,85,6); }

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

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

 span { border-color: rgb(166,85,6); }

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