#A36B07

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

Shades of Golden Brown #A36B07

Tints of Golden Brown #A36B07

Color information

#A36B07 (or 0xA36B07) is unknown color: approx Golden Brown. HEX triplet: A3, 6B and 07. RGB value is (163,107,7). Sum of RGB (Red+Green+Blue) = 163+107+7=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36B07 is #5C94F8. Grayscale: #707070. Windows color (decimal): -6067449 or 486307. OLE color: 486307.

HSL color Cylindrical-coordinate representation of color #A36B07: hue angle of 38.46º 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 #A36B07 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1631077-
CMYK00.340.960.36
HSL38.46º91.76%33.33%-
HSV(B)38.46º95.71%63.92%-
XYZ20.418.322.66-
YUV112.3468.55164.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 7 (3.12% from 255) = 2.53%
R=58.84%
G=38.63%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163107700.340.960.3638.4691.7633.33
HexA36B70226024265c21
Octal2431537042140444613441
Binary101000111101011111010001011000001001001001101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36B07; }

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

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

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

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

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

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

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

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