#A46315

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

Shades of Golden Brown #A46315

Tints of Golden Brown #A46315

Color information

#A46315 (or 0xA46315) is unknown color: approx Golden Brown. HEX triplet: A4, 63 and 15. RGB value is (164,99,21). Sum of RGB (Red+Green+Blue) = 164+99+21=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A46315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46315 is #5B9CEA. Grayscale: #6D6D6D. Windows color (decimal): -6003947 or 1401764. OLE color: 1401764.

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

Color convert

RGB1649921-
CMYK00.400.870.36
HSL32.73º77.3%36.27%-
HSV(B)32.73º87.2%64.31%-
XYZ19.9116.872.92-
YUV109.5478.03166.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.75%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 21 (8.59% from 255) = 7.39%
R=57.75%
G=34.86%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164992100.400.870.3632.7377.336.27
HexA463150285724214d24
Octal24414325050127444111544
Binary10100100110001110101010100010101111001001000011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46315; }

 p { color: rgb(164,99,21); }

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

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

 a { background-color: rgb(164,99,21); }

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

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

 span { border-color: rgb(164,99,21); }

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