#A56712

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

Shades of Golden Brown #A56712

Tints of Golden Brown #A56712

Color information

#A56712 (or 0xA56712) is unknown color: approx Golden Brown. HEX triplet: A5, 67 and 12. RGB value is (165,103,18). Sum of RGB (Red+Green+Blue) = 165+103+18=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A56712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56712 is #5A98ED. Grayscale: #707070. Windows color (decimal): -5937390 or 1206181. OLE color: 1206181.

HSL color Cylindrical-coordinate representation of color #A56712: hue angle of 34.69º 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 #A56712 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16510318-
CMYK00.380.890.35
HSL34.69º80.33%35.88%-
HSV(B)34.69º89.09%64.71%-
XYZ20.4817.742.92-
YUV111.8575.04165.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.69%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=57.69%
G=36.01%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651031800.380.890.3534.6980.3335.88
HexA567120265923235024
Octal24514722046131434312044
Binary10100101110011110010010011010110011000111000111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56712; }

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

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

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

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

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

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

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

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