#A17414

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

Shades of Golden Brown #A17414

Tints of Golden Brown #A17414

Color information

#A17414 (or 0xA17414) is unknown color: approx Golden Brown. HEX triplet: A1, 74 and 14. RGB value is (161,116,20). Sum of RGB (Red+Green+Blue) = 161+116+20=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A17414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17414 is #5E8BEB. Grayscale: #767676. Windows color (decimal): -6196204 or 1340577. OLE color: 1340577.

HSL color Cylindrical-coordinate representation of color #A17414: hue angle of 40.85º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A17414 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB16111620-
CMYK00.280.880.37
HSL40.85º77.9%35.49%-
HSV(B)40.85º87.58%63.14%-
XYZ21.0720.123.43-
YUV118.5172.41158.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 20 (8.20% from 255) = 6.73%
R=54.21%
G=39.06%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611162000.280.880.3740.8577.935.49
HexA1741401C5825294e23
Octal24116424034130455111643
Binary1010000111101001010001110010110001001011010011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17414; }

 p { color: rgb(161,116,20); }

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

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

 a { background-color: rgb(161,116,20); }

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

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

 span { border-color: rgb(161,116,20); }

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