#A46212

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

Shades of Golden Brown #A46212

Tints of Golden Brown #A46212

Color information

#A46212 (or 0xA46212) is unknown color: approx Golden Brown. HEX triplet: A4, 62 and 12. RGB value is (164,98,18). Sum of RGB (Red+Green+Blue) = 164+98+18=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A46212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46212 is #5B9DED. Grayscale: #6D6D6D. Windows color (decimal): -6004206 or 1204900. OLE color: 1204900.

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

Color convert

RGB1649818-
CMYK00.400.890.36
HSL32.88º80.22%35.69%-
HSV(B)32.88º89.02%64.31%-
XYZ19.7916.672.75-
YUV108.6176.87167.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.57%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 18 (7.42% from 255) = 6.43%
R=58.57%
G=35%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164981800.400.890.3632.8880.2235.69
HexA462120285924215024
Octal24414222050131444112044
Binary10100100110001010010010100010110011001001000011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46212; }

 p { color: rgb(164,98,18); }

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

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

 a { background-color: rgb(164,98,18); }

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

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

 span { border-color: rgb(164,98,18); }

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