#A56612

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

Shades of Golden Brown #A56612

Tints of Golden Brown #A56612

Color information

#A56612 (or 0xA56612) is unknown color: approx Golden Brown. HEX triplet: A5, 66 and 12. RGB value is (165,102,18). Sum of RGB (Red+Green+Blue) = 165+102+18=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A56612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56612 is #5A99ED. Grayscale: #6F6F6F. Windows color (decimal): -5937646 or 1205925. OLE color: 1205925.

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

Color convert

RGB16510218-
CMYK00.380.890.35
HSL34.29º80.33%35.88%-
HSV(B)34.29º89.09%64.71%-
XYZ20.3817.552.88-
YUV111.2675.37166.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=57.89%
G=35.79%
B=6.32%

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
Decimal1651021800.380.890.3534.2980.3335.88
HexA566120265923225024
Octal24514622046131434212044
Binary10100101110011010010010011010110011000111000101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56612; }

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

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

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

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

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

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

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

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