#A16E1A

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

Shades of Golden Brown #A16E1A

Tints of Golden Brown #A16E1A

Color information

#A16E1A (or 0xA16E1A) is unknown color: approx Golden Brown. HEX triplet: A1, 6E and 1A. RGB value is (161,110,26). Sum of RGB (Red+Green+Blue) = 161+110+26=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E1A is #5E91E5. Grayscale: #747474. Windows color (decimal): -6197734 or 1732257. OLE color: 1732257.

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

Color convert

RGB16111026-
CMYK00.320.840.37
HSL37.33º72.19%36.67%-
HSV(B)37.33º83.85%63.14%-
XYZ20.4618.83.53-
YUV115.6777.4160.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=54.21%
G=37.04%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611102600.320.840.3737.3372.1936.67
HexA16E1A0205425254825
Octal24115632040124454511045
Binary10100001110111011010010000010101001001011001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E1A; }

 p { color: rgb(161,110,26); }

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

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

 a { background-color: rgb(161,110,26); }

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

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

 span { border-color: rgb(161,110,26); }

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