#A36114

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

Shades of Golden Brown #A36114

Tints of Golden Brown #A36114

Color information

#A36114 (or 0xA36114) is unknown color: approx Golden Brown. HEX triplet: A3, 61 and 14. RGB value is (163,97,20). Sum of RGB (Red+Green+Blue) = 163+97+20=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A36114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36114 is #5C9EEB. Grayscale: #6C6C6C. Windows color (decimal): -6069996 or 1335715. OLE color: 1335715.

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

Color convert

RGB1639720-
CMYK00.400.880.36
HSL32.31º78.14%35.88%-
HSV(B)32.31º87.73%63.92%-
XYZ19.5116.392.8-
YUV107.9678.37167.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.21%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 20 (8.20% from 255) = 7.14%
R=58.21%
G=34.64%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163972000.400.880.3632.3178.1435.88
HexA361140285824204e24
Octal24314124050130444011644
Binary10100011110000110100010100010110001001001000001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36114; }

 p { color: rgb(163,97,20); }

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

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

 a { background-color: rgb(163,97,20); }

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

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

 span { border-color: rgb(163,97,20); }

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