#A46B1C

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

Shades of Golden Brown #A46B1C

Tints of Golden Brown #A46B1C

Color information

#A46B1C (or 0xA46B1C) is unknown color: approx Golden Brown. HEX triplet: A4, 6B and 1C. RGB value is (164,107,28). Sum of RGB (Red+Green+Blue) = 164+107+28=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B1C is #5B94E3. Grayscale: #737373. Windows color (decimal): -6001892 or 1862564. OLE color: 1862564.

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

Color convert

RGB16410728-
CMYK00.350.830.36
HSL34.85º70.83%37.65%-
HSV(B)34.85º82.93%64.31%-
XYZ20.7818.493.57-
YUV115.0478.88162.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.85%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 28 (11.33% from 255) = 9.36%
R=54.85%
G=35.79%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641072800.350.830.3634.8570.8337.65
HexA46B1C0235324234726
Octal24415334043123444310746
Binary10100100110101111100010001110100111001001000111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B1C; }

 p { color: rgb(164,107,28); }

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

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

 a { background-color: rgb(164,107,28); }

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

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

 span { border-color: rgb(164,107,28); }

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