#A56312

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

Shades of Golden Brown #A56312

Tints of Golden Brown #A56312

Color information

#A56312 (or 0xA56312) is unknown color: approx Golden Brown. HEX triplet: A5, 63 and 12. RGB value is (165,99,18). Sum of RGB (Red+Green+Blue) = 165+99+18=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A56312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56312 is #5A9CED. Grayscale: #6D6D6D. Windows color (decimal): -5938414 or 1205157. OLE color: 1205157.

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

Color convert

RGB1659918-
CMYK00.400.890.35
HSL33.06º80.33%35.88%-
HSV(B)33.06º89.09%64.71%-
XYZ20.0916.972.79-
YUV109.576.37167.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=58.51%
G=35.11%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165991800.400.890.3533.0680.3335.88
HexA563120285923215024
Octal24514322050131434112044
Binary10100101110001110010010100010110011000111000011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56312; }

 p { color: rgb(165,99,18); }

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

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

 a { background-color: rgb(165,99,18); }

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

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

 span { border-color: rgb(165,99,18); }

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