#A1610A

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

Shades of Golden Brown #A1610A

Tints of Golden Brown #A1610A

Color information

#A1610A (or 0xA1610A) is unknown color: approx Golden Brown. HEX triplet: A1, 61 and 0A. RGB value is (161,97,10). Sum of RGB (Red+Green+Blue) = 161+97+10=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A1610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1610A is #5E9EF5. Grayscale: #6A6A6A. Windows color (decimal): -6201078 or 680353. OLE color: 680353.

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

Color convert

RGB1619710-
CMYK00.400.940.37
HSL34.57º88.3%33.53%-
HSV(B)34.57º93.79%63.14%-
XYZ19.0316.152.4-
YUV106.2273.7167.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.07%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 10 (4.30% from 255) = 3.73%
R=60.07%
G=36.19%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161971000.400.940.3734.5788.333.53
HexA161A0285E25235822
Octal24114112050136454313042
Binary1010000111000011010010100010111101001011000111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1610A; }

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

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

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

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

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

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

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

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