#A5680D

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

Shades of Golden Brown #A5680D

Tints of Golden Brown #A5680D

Color information

#A5680D (or 0xA5680D) is unknown color: approx Golden Brown. HEX triplet: A5, 68 and 0D. RGB value is (165,104,13). Sum of RGB (Red+Green+Blue) = 165+104+13=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5680D is #5A97F2. Grayscale: #707070. Windows color (decimal): -5937139 or 878757. OLE color: 878757.

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

Color convert

RGB16510413-
CMYK00.370.920.35
HSL35.92º85.39%34.9%-
HSV(B)35.92º92.12%64.71%-
XYZ20.5417.932.76-
YUV111.8672.21165.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 13 (5.47% from 255) = 4.61%
R=58.51%
G=36.88%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651041300.370.920.3535.9285.3934.9
HexA568D0255C23245523
Octal24515015045134434412543
Binary1010010111010001101010010110111001000111001001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5680D; }

 p { color: rgb(165,104,13); }

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

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

 a { background-color: rgb(165,104,13); }

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

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

 span { border-color: rgb(165,104,13); }

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