#A36707

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

Shades of Golden Brown #A36707

Tints of Golden Brown #A36707

Color information

#A36707 (or 0xA36707) is unknown color: approx Golden Brown. HEX triplet: A3, 67 and 07. RGB value is (163,103,7). Sum of RGB (Red+Green+Blue) = 163+103+7=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A36707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36707 is #5C98F8. Grayscale: #6E6E6E. Windows color (decimal): -6068473 or 485283. OLE color: 485283.

HSL color Cylindrical-coordinate representation of color #A36707: hue angle of 36.92º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A36707 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1631037-
CMYK00.370.960.36
HSL36.92º91.76%33.33%-
HSV(B)36.92º95.71%63.92%-
XYZ19.9917.52.53-
YUV11069.88165.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 7 (3.12% from 255) = 2.56%
R=59.71%
G=37.73%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163103700.370.960.3636.9291.7633.33
HexA36770256024255c21
Octal2431477045140444513441
Binary101000111100111111010010111000001001001001011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36707; }

 p { color: rgb(163,103,7); }

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

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

 a { background-color: rgb(163,103,7); }

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

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

 span { border-color: rgb(163,103,7); }

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