#A86619

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

Shades of Golden Brown #A86619

Tints of Golden Brown #A86619

Color information

#A86619 (or 0xA86619) is unknown color: approx Golden Brown. HEX triplet: A8, 66 and 19. RGB value is (168,102,25). Sum of RGB (Red+Green+Blue) = 168+102+25=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A86619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86619 is #5799E6. Grayscale: #717171. Windows color (decimal): -5741031 or 1664680. OLE color: 1664680.

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

Color convert

RGB16810225-
CMYK00.390.850.34
HSL32.31º74.09%37.84%-
HSV(B)32.31º85.12%65.88%-
XYZ21.0817.93.26-
YUV112.9678.37167.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.95%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 25 (10.16% from 255) = 8.47%
R=56.95%
G=34.58%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681022500.390.850.3432.3174.0937.84
HexA866190275522204a26
Octal25014631047125424011246
Binary10101000110011011001010011110101011000101000001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86619; }

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

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

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

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

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

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

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

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