#A36300

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

Shades of Golden Brown #A36300

Tints of Golden Brown #A36300

Color information

#A36300 (or 0xA36300) is unknown color: approx Golden Brown. HEX triplet: A3, 63 and 00. RGB value is (163,99,0). Sum of RGB (Red+Green+Blue) = 163+99+0=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A36300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36300 is #5C9CFF. Grayscale: #6B6B6B. Windows color (decimal): -6069504 or 25507. OLE color: 25507.

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

Color convert

RGB163990-
CMYK00.3910.36
HSL36.44º100%31.96%-
HSV(B)36.44º100%63.92%-
XYZ19.5716.712.19-
YUV106.8567.7168.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.21%
G=37.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16399000.3910.3636.4410031.96
HexA36300276424246420
Octal2431430047144444414440
Binary1010001111000110010011111001001001001001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36300; }

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

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

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

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

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

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

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

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