#A36800

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

Shades of Golden Brown #A36800

Tints of Golden Brown #A36800

Color information

#A36800 (or 0xA36800) is unknown color: approx Golden Brown. HEX triplet: A3, 68 and 00. RGB value is (163,104,0). Sum of RGB (Red+Green+Blue) = 163+104+0=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A36800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36800 is #5C97FF. Grayscale: #6E6E6E. Windows color (decimal): -6068224 or 26787. OLE color: 26787.

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

Color convert

RGB1631040-
CMYK00.3610.36
HSL38.28º100%31.96%-
HSV(B)38.28º100%63.92%-
XYZ20.0517.692.36-
YUV109.7866.05165.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.05%
G=38.95%
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
Decimal163104000.3610.3638.2810031.96
HexA36800246424266420
Octal2431500044144444614440
Binary1010001111010000010010011001001001001001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36800; }

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

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

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

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

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

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

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

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