#A86513

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

Shades of Golden Brown #A86513

Tints of Golden Brown #A86513

Color information

#A86513 (or 0xA86513) is unknown color: approx Golden Brown. HEX triplet: A8, 65 and 13. RGB value is (168,101,19). Sum of RGB (Red+Green+Blue) = 168+101+19=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A86513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86513 is #579AEC. Grayscale: #707070. Windows color (decimal): -5741293 or 1271208. OLE color: 1271208.

HSL color Cylindrical-coordinate representation of color #A86513: hue angle of 33.02º 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 #A86513 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB16810119-
CMYK00.400.890.34
HSL33.02º79.68%36.67%-
HSV(B)33.02º88.69%65.88%-
XYZ20.9217.682.93-
YUV111.6875.7168.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.33%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=58.33%
G=35.07%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681011900.400.890.3433.0279.6836.67
HexA865130285922215025
Octal25014523050131424112045
Binary10101000110010110011010100010110011000101000011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86513; }

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

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

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

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

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

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

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

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