#A86518

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

Shades of Golden Brown #A86518

Tints of Golden Brown #A86518

Color information

#A86518 (or 0xA86518) is unknown color: approx Golden Brown. HEX triplet: A8, 65 and 18. RGB value is (168,101,24). Sum of RGB (Red+Green+Blue) = 168+101+24=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A86518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86518 is #579AE7. Grayscale: #707070. Windows color (decimal): -5741288 or 1598888. OLE color: 1598888.

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

Color convert

RGB16810124-
CMYK00.400.860.34
HSL32.08º75%37.65%-
HSV(B)32.08º85.71%65.88%-
XYZ20.9717.73.18-
YUV112.2678.2167.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.34%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 24 (9.77% from 255) = 8.19%
R=57.34%
G=34.47%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681012400.400.860.3432.087537.65
HexA865180285622204b26
Octal25014530050126424011346
Binary10101000110010111000010100010101101000101000001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86518; }

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

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

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

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

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

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

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

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