#A46A19

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

Shades of Golden Brown #A46A19

Tints of Golden Brown #A46A19

Color information

#A46A19 (or 0xA46A19) is unknown color: approx Golden Brown. HEX triplet: A4, 6A and 19. RGB value is (164,106,25). Sum of RGB (Red+Green+Blue) = 164+106+25=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46A19 is #5B95E6. Grayscale: #727272. Windows color (decimal): -6002151 or 1665700. OLE color: 1665700.

HSL color Cylindrical-coordinate representation of color #A46A19: hue angle of 34.96º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A46A19 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16410625-
CMYK00.350.850.36
HSL34.96º73.54%37.06%-
HSV(B)34.96º84.76%64.31%-
XYZ20.6418.273.36-
YUV114.1177.72163.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 25 (10.16% from 255) = 8.47%
R=55.59%
G=35.93%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641062500.350.850.3634.9673.5437.06
HexA46A190235524234a25
Octal24415231043125444311245
Binary10100100110101011001010001110101011001001000111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A19; }

 p { color: rgb(164,106,25); }

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

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

 a { background-color: rgb(164,106,25); }

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

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

 span { border-color: rgb(164,106,25); }

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