#A56416

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

Shades of Golden Brown #A56416

Tints of Golden Brown #A56416

Color information

#A56416 (or 0xA56416) is unknown color: approx Golden Brown. HEX triplet: A5, 64 and 16. RGB value is (165,100,22). Sum of RGB (Red+Green+Blue) = 165+100+22=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A56416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56416 is #5A9BE9. Grayscale: #6E6E6E. Windows color (decimal): -5938154 or 1467557. OLE color: 1467557.

HSL color Cylindrical-coordinate representation of color #A56416: hue angle of 32.73º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A56416 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB16510022-
CMYK00.390.870.35
HSL32.73º76.47%36.67%-
HSV(B)32.73º86.67%64.71%-
XYZ20.2217.173.01-
YUV110.5478.03166.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.49%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=57.49%
G=34.84%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651002200.390.870.3532.7376.4736.67
HexA564160275723214c25
Octal24514426047127434111445
Binary10100101110010010110010011110101111000111000011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56416; }

 p { color: rgb(165,100,22); }

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

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

 a { background-color: rgb(165,100,22); }

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

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

 span { border-color: rgb(165,100,22); }

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