#A1601D

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

Shades of Golden Brown #A1601D

Tints of Golden Brown #A1601D

Color information

#A1601D (or 0xA1601D) is unknown color: approx Golden Brown. HEX triplet: A1, 60 and 1D. RGB value is (161,96,29). Sum of RGB (Red+Green+Blue) = 161+96+29=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A1601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1601D is #5E9FE2. Grayscale: #6C6C6C. Windows color (decimal): -6201315 or 1925281. OLE color: 1925281.

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

Color convert

RGB1619629-
CMYK00.400.820.37
HSL30.45º69.47%37.25%-
HSV(B)30.45º81.99%63.14%-
XYZ19.116.033.25-
YUV107.883.53165.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.29%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 29 (11.72% from 255) = 10.14%
R=56.29%
G=33.57%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161962900.400.820.3730.4569.4737.25
HexA1601D02852251e4525
Octal24114035050122453610545
Binary1010000111000001110101010001010010100101111101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1601D; }

 p { color: rgb(161,96,29); }

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

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

 a { background-color: rgb(161,96,29); }

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

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

 span { border-color: rgb(161,96,29); }

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