#A5680E

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

Shades of Golden Brown #A5680E

Tints of Golden Brown #A5680E

Color information

#A5680E (or 0xA5680E) is unknown color: approx Golden Brown. HEX triplet: A5, 68 and 0E. RGB value is (165,104,14). Sum of RGB (Red+Green+Blue) = 165+104+14=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A5680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5680E is #5A97F1. Grayscale: #707070. Windows color (decimal): -5937138 or 944293. OLE color: 944293.

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

Color convert

RGB16510414-
CMYK00.370.920.35
HSL35.76º84.36%35.1%-
HSV(B)35.76º91.52%64.71%-
XYZ20.5517.932.79-
YUV111.9872.71165.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 14 (5.86% from 255) = 4.95%
R=58.30%
G=36.75%
B=4.95%

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
Decimal1651041400.370.920.3535.7684.3635.1
HexA568E0255C23245423
Octal24515016045134434412443
Binary1010010111010001110010010110111001000111001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5680E; }

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

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

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

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

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

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

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

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