#A36503

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

Shades of Golden Brown #A36503

Tints of Golden Brown #A36503

Color information

#A36503 (or 0xA36503) is unknown color: approx Golden Brown. HEX triplet: A3, 65 and 03. RGB value is (163,101,3). Sum of RGB (Red+Green+Blue) = 163+101+3=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A36503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36503 is #5C9AFC. Grayscale: #6C6C6C. Windows color (decimal): -6068989 or 222627. OLE color: 222627.

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

Color convert

RGB1631013-
CMYK00.380.980.36
HSL36.75º96.39%32.55%-
HSV(B)36.75º98.16%63.92%-
XYZ19.7717.12.34-
YUV108.3768.54166.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=61.05%
G=37.83%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163101300.380.980.3636.7596.3932.55
HexA36530266224256021
Octal2431453046142444514041
Binary10100011110010111010011011000101001001001011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36503; }

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

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

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

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

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

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

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

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