#A16A1C

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

Shades of Golden Brown #A16A1C

Tints of Golden Brown #A16A1C

Color information

#A16A1C (or 0xA16A1C) is unknown color: approx Golden Brown. HEX triplet: A1, 6A and 1C. RGB value is (161,106,28). Sum of RGB (Red+Green+Blue) = 161+106+28=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A1C is #5E95E3. Grayscale: #717171. Windows color (decimal): -6198756 or 1862305. OLE color: 1862305.

HSL color Cylindrical-coordinate representation of color #A16A1C: hue angle of 35.19º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A16A1C is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB16110628-
CMYK00.340.830.37
HSL35.19º70.37%37.06%-
HSV(B)35.19º82.61%63.14%-
XYZ20.0617.973.51-
YUV113.5579.72161.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 28 (11.33% from 255) = 9.49%
R=54.58%
G=35.93%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611062800.340.830.3735.1970.3737.06
HexA16A1C0225325234625
Octal24115234042123454310645
Binary10100001110101011100010001010100111001011000111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A1C; }

 p { color: rgb(161,106,28); }

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

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

 a { background-color: rgb(161,106,28); }

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

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

 span { border-color: rgb(161,106,28); }

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