#A1611F

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

Shades of Golden Brown #A1611F

Tints of Golden Brown #A1611F

Color information

#A1611F (or 0xA1611F) is unknown color: approx Golden Brown. HEX triplet: A1, 61 and 1F. RGB value is (161,97,31). Sum of RGB (Red+Green+Blue) = 161+97+31=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1611F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1611F is #5E9EE0. Grayscale: #6C6C6C. Windows color (decimal): -6201057 or 2056609. OLE color: 2056609.

HSL color Cylindrical-coordinate representation of color #A1611F: hue angle of 30.46º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1611F is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1619731-
CMYK00.400.810.37
HSL30.46º67.71%37.65%-
HSV(B)30.46º80.75%63.14%-
XYZ19.2216.233.42-
YUV108.6184.2165.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 31 (12.5% from 255) = 10.73%
R=55.71%
G=33.56%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161973100.400.810.3730.4667.7137.65
HexA1611F02851251e4426
Octal24114137050121453610446
Binary1010000111000011111101010001010001100101111101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1611F; }

 p { color: rgb(161,97,31); }

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

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

 a { background-color: rgb(161,97,31); }

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

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

 span { border-color: rgb(161,97,31); }

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