#A46F1A

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

Shades of Golden Brown #A46F1A

Tints of Golden Brown #A46F1A

Color information

#A46F1A (or 0xA46F1A) is unknown color: approx Golden Brown. HEX triplet: A4, 6F and 1A. RGB value is (164,111,26). Sum of RGB (Red+Green+Blue) = 164+111+26=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F1A is #5B90E5. Grayscale: #757575. Windows color (decimal): -6000870 or 1732516. OLE color: 1732516.

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

Color convert

RGB16411126-
CMYK00.320.840.36
HSL36.96º72.63%37.25%-
HSV(B)36.96º84.15%64.31%-
XYZ21.1819.343.59-
YUV117.1676.56161.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.49%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=54.49%
G=36.88%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641112600.320.840.3636.9672.6337.25
HexA46F1A0205424254925
Octal24415732040124444511145
Binary10100100110111111010010000010101001001001001011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F1A; }

 p { color: rgb(164,111,26); }

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

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

 a { background-color: rgb(164,111,26); }

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

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

 span { border-color: rgb(164,111,26); }

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