#a37116

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

Shades of Golden Brown #A37116

Tints of Golden Brown #A37116

Color information

#A37116 (or 0xA37116) is unknown color: approx Golden Brown. HEX triplet: A3, 71 and 16. RGB value is (163,113,22). Sum of RGB (Red+Green+Blue) = 163+113+22=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A37116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37116 is #5C8EE9. Grayscale: #757575. Windows color (decimal): -6065898 or 1470883. OLE color: 1470883.

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

Color convert

RGB16311322-
CMYK00.310.870.36
HSL38.72º76.22%36.27%-
HSV(B)38.72º86.5%63.92%-
XYZ21.1519.653.44-
YUV117.5874.06160.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.70%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 22 (8.98% from 255) = 7.38%
R=54.70%
G=37.92%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631132200.310.870.3638.7276.2236.27
HexA3711601F5724274c24
Octal24316126037127444711444
Binary1010001111100011011001111110101111001001001111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37116; }

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

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

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

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

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

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

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

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