#A17316

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

Shades of Golden Brown #A17316

Tints of Golden Brown #A17316

Color information

#A17316 (or 0xA17316) is unknown color: approx Golden Brown. HEX triplet: A1, 73 and 16. RGB value is (161,115,22). Sum of RGB (Red+Green+Blue) = 161+115+22=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A17316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17316 is #5E8CE9. Grayscale: #767676. Windows color (decimal): -6196458 or 1471393. OLE color: 1471393.

HSL color Cylindrical-coordinate representation of color #A17316: hue angle of 40.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A17316 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB16111522-
CMYK00.290.860.37
HSL40.14º75.96%35.88%-
HSV(B)40.14º86.34%63.14%-
XYZ20.9719.93.49-
YUV118.1573.74158.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 22 (8.98% from 255) = 7.38%
R=54.03%
G=38.59%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611152200.290.860.3740.1475.9635.88
HexA1731601D5625284c24
Octal24116326035126455011444
Binary1010000111100111011001110110101101001011010001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17316; }

 p { color: rgb(161,115,22); }

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

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

 a { background-color: rgb(161,115,22); }

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

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

 span { border-color: rgb(161,115,22); }

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