#A46116

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

Shades of Golden Brown #A46116

Tints of Golden Brown #A46116

Color information

#A46116 (or 0xA46116) is unknown color: approx Golden Brown. HEX triplet: A4, 61 and 16. RGB value is (164,97,22). Sum of RGB (Red+Green+Blue) = 164+97+22=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A46116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46116 is #5B9EE9. Grayscale: #6C6C6C. Windows color (decimal): -6004458 or 1466788. OLE color: 1466788.

HSL color Cylindrical-coordinate representation of color #A46116: hue angle of 31.69º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A46116 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1649722-
CMYK00.410.870.36
HSL31.69º76.34%36.47%-
HSV(B)31.69º86.59%64.31%-
XYZ19.7316.52.9-
YUV108.4879.2167.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.95%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=57.95%
G=34.28%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164972200.410.870.3631.6976.3436.47
HexA461160295724204c24
Octal24414126051127444011444
Binary10100100110000110110010100110101111001001000001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46116; }

 p { color: rgb(164,97,22); }

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

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

 a { background-color: rgb(164,97,22); }

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

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

 span { border-color: rgb(164,97,22); }

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