#A86613

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

Shades of Golden Brown #A86613

Tints of Golden Brown #A86613

Color information

#A86613 (or 0xA86613) is unknown color: approx Golden Brown. HEX triplet: A8, 66 and 13. RGB value is (168,102,19). Sum of RGB (Red+Green+Blue) = 168+102+19=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A86613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86613 is #5799EC. Grayscale: #707070. Windows color (decimal): -5741037 or 1271464. OLE color: 1271464.

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

Color convert

RGB16810219-
CMYK00.390.890.34
HSL33.42º79.68%36.67%-
HSV(B)33.42º88.69%65.88%-
XYZ21.0217.872.96-
YUV112.2775.37167.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.13%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 19 (7.81% from 255) = 6.57%
R=58.13%
G=35.29%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681021900.390.890.3433.4279.6836.67
HexA866130275922215025
Octal25014623047131424112045
Binary10101000110011010011010011110110011000101000011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86613; }

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

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

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

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

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

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

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

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