#A6590D

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

Shades of Golden Brown #A6590D

Tints of Golden Brown #A6590D

Color information

#A6590D (or 0xA6590D) is unknown color: approx Golden Brown. HEX triplet: A6, 59 and 0D. RGB value is (166,89,13). Sum of RGB (Red+Green+Blue) = 166+89+13=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A6590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6590D is #59A6F2. Grayscale: #676767. Windows color (decimal): -5875443 or 874918. OLE color: 874918.

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

Color convert

RGB1668913-
CMYK00.460.920.35
HSL29.8º85.47%35.1%-
HSV(B)29.8º92.17%65.1%-
XYZ19.3715.282.31-
YUV103.3677.01172.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.94%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=61.94%
G=33.21%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166891300.460.920.3529.885.4735.1
HexA659D02E5C231e5523
Octal24613115056134433612543
Binary101001101011001110101011101011100100011111101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6590D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6590D; }

 p { color: rgb(166,89,13); }

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

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

 a { background-color: rgb(166,89,13); }

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

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

 span { border-color: rgb(166,89,13); }

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