#A16613

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

Shades of Golden Brown #A16613

Tints of Golden Brown #A16613

Color information

#A16613 (or 0xA16613) is unknown color: approx Golden Brown. HEX triplet: A1, 66 and 13. RGB value is (161,102,19). Sum of RGB (Red+Green+Blue) = 161+102+19=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A16613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16613 is #5E99EC. Grayscale: #6E6E6E. Windows color (decimal): -6199789 or 1271457. OLE color: 1271457.

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

Color convert

RGB16110219-
CMYK00.370.880.37
HSL35.07º78.89%35.29%-
HSV(B)35.07º88.2%63.14%-
XYZ19.5717.132.89-
YUV110.1876.55164.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 19 (7.81% from 255) = 6.74%
R=57.09%
G=36.17%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611021900.370.880.3735.0778.8935.29
HexA166130255825234f23
Octal24114623045130454311743
Binary10100001110011010011010010110110001001011000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16613; }

 p { color: rgb(161,102,19); }

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

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

 a { background-color: rgb(161,102,19); }

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

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

 span { border-color: rgb(161,102,19); }

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