#A36900

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

Shades of Golden Brown #A36900

Tints of Golden Brown #A36900

Color information

#A36900 (or 0xA36900) is unknown color: approx Golden Brown. HEX triplet: A3, 69 and 00. RGB value is (163,105,0). Sum of RGB (Red+Green+Blue) = 163+105+0=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A36900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36900 is #5C96FF. Grayscale: #6E6E6E. Windows color (decimal): -6067968 or 27043. OLE color: 27043.

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

Color convert

RGB1631050-
CMYK00.3610.36
HSL38.65º100%31.96%-
HSV(B)38.65º100%63.92%-
XYZ20.1617.892.39-
YUV110.3765.72165.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.82%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.82%
G=39.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163105000.3610.3638.6510031.96
HexA36900246424276420
Octal2431510044144444714440
Binary1010001111010010010010011001001001001001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36900; }

 p { color: rgb(163,105,0); }

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

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

 a { background-color: rgb(163,105,0); }

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

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

 span { border-color: rgb(163,105,0); }

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