#A36603

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

Shades of Golden Brown #A36603

Tints of Golden Brown #A36603

Color information

#A36603 (or 0xA36603) is unknown color: approx Golden Brown. HEX triplet: A3, 66 and 03. RGB value is (163,102,3). Sum of RGB (Red+Green+Blue) = 163+102+3=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A36603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36603 is #5C99FC. Grayscale: #6D6D6D. Windows color (decimal): -6068733 or 222883. OLE color: 222883.

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

Color convert

RGB1631023-
CMYK00.370.980.36
HSL37.12º96.39%32.55%-
HSV(B)37.12º98.16%63.92%-
XYZ19.8717.32.38-
YUV108.9568.21166.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.82%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=60.82%
G=38.06%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163102300.370.980.3637.1296.3932.55
HexA36630256224256021
Octal2431463045142444514041
Binary10100011110011011010010111000101001001001011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36603; }

 p { color: rgb(163,102,3); }

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

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

 a { background-color: rgb(163,102,3); }

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

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

 span { border-color: rgb(163,102,3); }

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