#A86813

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

Shades of Golden Brown #A86813

Tints of Golden Brown #A86813

Color information

#A86813 (or 0xA86813) is unknown color: approx Golden Brown. HEX triplet: A8, 68 and 13. RGB value is (168,104,19). Sum of RGB (Red+Green+Blue) = 168+104+19=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A86813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86813 is #5797EC. Grayscale: #717171. Windows color (decimal): -5740525 or 1271976. OLE color: 1271976.

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

Color convert

RGB16810419-
CMYK00.380.890.34
HSL34.23º79.68%36.67%-
HSV(B)34.23º88.69%65.88%-
XYZ21.2218.273.02-
YUV113.4574.7166.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.73%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 19 (7.81% from 255) = 6.53%
R=57.73%
G=35.74%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681041900.380.890.3434.2379.6836.67
HexA868130265922225025
Octal25015023046131424212045
Binary10101000110100010011010011010110011000101000101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86813; }

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

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

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

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

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

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

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

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