#A36E01

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

Shades of Golden Brown #A36E01

Tints of Golden Brown #A36E01

Color information

#A36E01 (or 0xA36E01) is unknown color: approx Golden Brown. HEX triplet: A3, 6E and 01. RGB value is (163,110,1). Sum of RGB (Red+Green+Blue) = 163+110+1=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36E01 is #5C91FE. Grayscale: #717171. Windows color (decimal): -6066687 or 93859. OLE color: 93859.

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

Color convert

RGB1631101-
CMYK00.330.990.36
HSL40.37º98.78%32.16%-
HSV(B)40.37º99.39%63.92%-
XYZ20.6918.942.59-
YUV113.4264.56163.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=59.49%
G=40.15%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163110100.330.990.3640.3798.7832.16
HexA36E10216324286320
Octal2431561041143445014340
Binary1010001111011101010000111000111001001010001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E01; }

 p { color: rgb(163,110,1); }

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

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

 a { background-color: rgb(163,110,1); }

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

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

 span { border-color: rgb(163,110,1); }

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