#A45916

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

Shades of Golden Brown #A45916

Tints of Golden Brown #A45916

Color information

#A45916 (or 0xA45916) is unknown color: approx Golden Brown. HEX triplet: A4, 59 and 16. RGB value is (164,89,22). Sum of RGB (Red+Green+Blue) = 164+89+22=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A45916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45916 is #5BA6E9. Grayscale: #686868. Windows color (decimal): -6006506 or 1464740. OLE color: 1464740.

HSL color Cylindrical-coordinate representation of color #A45916: hue angle of 28.31º 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 #A45916 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1648922-
CMYK00.460.870.36
HSL28.31º76.34%36.47%-
HSV(B)28.31º86.59%64.31%-
XYZ19.0315.12.67-
YUV103.7981.85170.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.64%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 22 (8.98% from 255) = 8%
R=59.64%
G=32.36%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164892200.460.870.3628.3176.3436.47
HexA4591602E57241c4c24
Octal24413126056127443411444
Binary1010010010110011011001011101010111100100111001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45916; }

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

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

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

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

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

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

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

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