#A86801

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

Shades of Golden Brown #A86801

Tints of Golden Brown #A86801

Color information

#A86801 (or 0xA86801) is unknown color: approx Golden Brown. HEX triplet: A8, 68 and 01. RGB value is (168,104,1). Sum of RGB (Red+Green+Blue) = 168+104+1=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A86801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86801 is #5797FE. Grayscale: #6F6F6F. Windows color (decimal): -5740543 or 92328. OLE color: 92328.

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

Color convert

RGB1681041-
CMYK00.380.990.34
HSL37.01º98.82%33.14%-
HSV(B)37.01º99.4%65.88%-
XYZ21.118.232.43-
YUV111.3965.7168.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.54%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=61.54%
G=38.10%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168104100.380.990.3437.0198.8233.14
HexA86810266322256321
Octal2501501046143424514341
Binary1010100011010001010011011000111000101001011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86801; }

 p { color: rgb(168,104,1); }

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

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

 a { background-color: rgb(168,104,1); }

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

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

 span { border-color: rgb(168,104,1); }

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