#A6580D

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

Shades of Golden Brown #A6580D

Tints of Golden Brown #A6580D

Color information

#A6580D (or 0xA6580D) is unknown color: approx Golden Brown. HEX triplet: A6, 58 and 0D. RGB value is (166,88,13). Sum of RGB (Red+Green+Blue) = 166+88+13=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A6580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6580D is #59A7F2. Grayscale: #676767. Windows color (decimal): -5875699 or 874662. OLE color: 874662.

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

Color convert

RGB1668813-
CMYK00.470.920.35
HSL29.41º85.47%35.1%-
HSV(B)29.41º92.17%65.1%-
XYZ19.2915.122.28-
YUV102.7777.34173.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.17%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 13 (5.47% from 255) = 4.87%
R=62.17%
G=32.96%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166881300.470.920.3529.4185.4735.1
HexA658D02F5C231d5523
Octal24613015057134433512543
Binary101001101011000110101011111011100100011111011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6580D; }

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

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

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

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

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

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

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

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