#A37107

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

Shades of Golden Brown #A37107

Tints of Golden Brown #A37107

Color information

#A37107 (or 0xA37107) is unknown color: approx Golden Brown. HEX triplet: A3, 71 and 07. RGB value is (163,113,7). Sum of RGB (Red+Green+Blue) = 163+113+7=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A37107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37107 is #5C8EF8. Grayscale: #747474. Windows color (decimal): -6065913 or 487843. OLE color: 487843.

HSL color Cylindrical-coordinate representation of color #A37107: hue angle of 40.77º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A37107 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1631137-
CMYK00.310.960.36
HSL40.77º91.76%33.33%-
HSV(B)40.77º95.71%63.92%-
XYZ21.0519.612.88-
YUV115.8766.56161.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 7 (3.12% from 255) = 2.47%
R=57.60%
G=39.93%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163113700.310.960.3640.7791.7633.33
HexA371701F6024295c21
Octal2431617037140445113441
Binary10100011111000111101111111000001001001010011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37107; }

 p { color: rgb(163,113,7); }

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

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

 a { background-color: rgb(163,113,7); }

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

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

 span { border-color: rgb(163,113,7); }

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