#A86316

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

Shades of Golden Brown #A86316

Tints of Golden Brown #A86316

Color information

#A86316 (or 0xA86316) is unknown color: approx Golden Brown. HEX triplet: A8, 63 and 16. RGB value is (168,99,22). Sum of RGB (Red+Green+Blue) = 168+99+22=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A86316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86316 is #579CE9. Grayscale: #6F6F6F. Windows color (decimal): -5741802 or 1467304. OLE color: 1467304.

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

Color convert

RGB1689922-
CMYK00.410.870.34
HSL31.64º76.84%37.25%-
HSV(B)31.64º86.9%65.88%-
XYZ20.7617.313.01-
YUV110.8577.86168.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.13%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=58.13%
G=34.26%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168992200.410.870.3431.6476.8437.25
HexA863160295722204d25
Octal25014326051127424011545
Binary10101000110001110110010100110101111000101000001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86316; }

 p { color: rgb(168,99,22); }

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

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

 a { background-color: rgb(168,99,22); }

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

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

 span { border-color: rgb(168,99,22); }

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